COLOR #C3BC1A

HEX: #C3BC1A
RGB: (195,188,26)

Color info

#C3BC1A contains mainly red and green colors. Web safe color of #C3BC1A is #CCCC00 (or #CC0).

RGB color model

#C3BC1A color RGB value is (195,188,26).

  • red value is 195;
  • green value is 188;
  • blue value is 26.
RGB:
(195,188,26)
(76%,74%,10%)

RGB channels and saturation

R 195 of 255 = 76%
G 188 of 255 = 74%
B 26 of 255 = 10%

195
188
26

R + G + B ~ 53%. #C3BC1A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
195 + 188 + 26 = 409 (100%)
R 195 of 409 ~ 47.68%
G 188 of 409 ~ 45.97%
B 26 of 409 ~ 6.36%

%47.68
%45.97

CMYK color model

#C3BC1A color CMYK value is (0,4,87,24).

  • cyan value is 0.00%
  • magenta value is 3.59%
  • yellow value is 86.67%
  • key color value is 23.53%
CMYK:
(0,4,87,24)
C0M4Y87K24 
(0%,4%,87%,24%)
(0.00/0.04/0.87/0.24)	

CMYK percentages

%0
%3.59
%86.67
%23.53

Codes

Color #C3BC1A in popluar color models

C3BC1A
RGB19518826
HSL58°76.47%43.33%
HSB/HSV58°86.67%76.47%
CMYK0.00%3.59%86.67%
23.53%

Color #C3BC1A in popluar number systems.

HEXC3BC1A
Decimal19518826
Binary110000111011110011010
Octal30327432

Shades and tints

Shades of #C3BC1A

#C3BC1A
(195,188,26)
#B2AB18
(178,171,24)
#A19A16
(161,154,22)
#908914
(144,137,20)
#7F7812
(127,120,18)
#6E6710
(110,103,16)
#5D560E
(93,86,14)
#4C450C
(76,69,12)
#3B340A
(59,52,10)
#2A2308
(42,35,8)
#191206
(25,18,6)
#000000
(0,0,0)

Tints of #C3BC1A

#C3BC1A
(195,188,26)
#C8C22E
(200,194,46)
#CDC842
(205,200,66)
#D2CE56
(210,206,86)
#D7D46A
(215,212,106)
#DCDA7E
(220,218,126)
#E1E092
(225,224,146)
#E6E6A6
(230,230,166)
#EBECBA
(235,236,186)
#F0F2CE
(240,242,206)
#F5F8E2
(245,248,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3BC1A color. Also use rgb(195,188,26) instead hex code.

Text Font Color

.myTextColor { color: #C3BC1A; }

<p style="color:#C3BC1A">This sample text font color is #C3BC1A.</p>

This text font color is #C3BC1A.


Background Color

.myBgColor { background-color: #C3BC1A; }

<div style="background-color:#C3BC1A">Inner text</div>

This div background color is #C3BC1A.


Border color

.myBorderColor { border: 1px solid #C3BC1A; }

<div style="border:3px solid #C3BC1A">Div</div>

This div border color is #C3BC1A.


Opacity

.myOpacity80 { color: #C3BC1A; opacity: 0.8; }

<p style="color:#C3BC1A;opacity:0.8;">80%</p>

Text with #C3BC1A color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C3BC1A;}

<p style="text-shadow: 3px 3px 1px #C3BC1A">Text here.</p>

This text has shadow with #C3BC1A color.

.textShadow {text-shadow: 3px 3px 1px #C3BC1A, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C3BC1A, 5px 5px 20px red">Text here.</p>

This text has shadow with #C3BC1A primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C3BC1A, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C3BC1A, Direction=45, Strength=4)">Text</p>

This text has shadow with #C3BC1A and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C3BC1A;
  -webkit-box-shadow:	1px 1px 3px 2px #C3BC1A;
  box-shadow:		1px 1px 3px 2px #C3BC1A;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C3BC1A;
-webkit-box-shadow: 1px 1px 3px 2px #C3BC1A;
box-shadow:1px 1px 3px 2px #C3BC1A;">
Div content here</div>
This div box has shadow with color #C3BC1A.

Preview

Color preview on black background

This text has color #C3BC1A on black background.


Color preview on white background

This text has color #C3BC1A on white background.



Black color preview on #C3BC1A background

This text has black color on #C3BC1A background.


White color preview on #C3BC1A background

This text has white color on #C3BC1A background.