COLOR #C5BA0A

HEX: #C5BA0A
RGB: (197,186,10)

Color info

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

RGB color model

#C5BA0A color RGB value is (197,186,10).

  • red value is 197;
  • green value is 186;
  • blue value is 10.
RGB:
(197,186,10)
(77%,73%,4%)

RGB channels and saturation

R 197 of 255 = 77%
G 186 of 255 = 73%
B 10 of 255 = 4%

197
186
10

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

Portions of RGB colors in percentages

R + G + B =
197 + 186 + 10 = 393 (100%)
R 197 of 393 ~ 50.13%
G 186 of 393 ~ 47.33%
B 10 of 393 ~ 2.54%

%50.13
%47.33

CMYK color model

#C5BA0A color CMYK value is (0,6,95,23).

  • cyan value is 0.00%
  • magenta value is 5.58%
  • yellow value is 94.92%
  • key color value is 22.75%
CMYK:
(0,6,95,23)
C0M6Y95K23 
(0%,6%,95%,23%)
(0.00/0.06/0.95/0.23)	

CMYK percentages

%0
%5.58
%94.92
%22.75

Codes

Color #C5BA0A in popluar color models

C5BA0A
RGB19718610
HSL56°90.34%40.59%
HSB/HSV56°94.92%77.25%
CMYK0.00%5.58%94.92%
22.75%

Color #C5BA0A in popluar number systems.

HEXC5BA0A
Decimal19718610
Binary11000101101110101010
Octal30527212

Shades and tints

Shades of #C5BA0A

#C5BA0A
(197,186,10)
#B4AA0A
(180,170,10)
#A39A0A
(163,154,10)
#928A0A
(146,138,10)
#817A0A
(129,122,10)
#706A0A
(112,106,10)
#5F5A0A
(95,90,10)
#4E4A0A
(78,74,10)
#3D3A0A
(61,58,10)
#2C2A0A
(44,42,10)
#1B1A0A
(27,26,10)
#000000
(0,0,0)

Tints of #C5BA0A

#C5BA0A
(197,186,10)
#CAC020
(202,192,32)
#CFC636
(207,198,54)
#D4CC4C
(212,204,76)
#D9D262
(217,210,98)
#DED878
(222,216,120)
#E3DE8E
(227,222,142)
#E8E4A4
(232,228,164)
#EDEABA
(237,234,186)
#F2F0D0
(242,240,208)
#F7F6E6
(247,246,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5BA0A color. Also use rgb(197,186,10) instead hex code.

Text Font Color

.myTextColor { color: #C5BA0A; }

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

This text font color is #C5BA0A.


Background Color

.myBgColor { background-color: #C5BA0A; }

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

This div background color is #C5BA0A.


Border color

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

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

This div border color is #C5BA0A.


Opacity

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

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

Text with #C5BA0A 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 #C5BA0A;}

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

This text has shadow with #C5BA0A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5BA0A on black background.


Color preview on white background

This text has color #C5BA0A on white background.



Black color preview on #C5BA0A background

This text has black color on #C5BA0A background.


White color preview on #C5BA0A background

This text has white color on #C5BA0A background.