#C5BA55

Color #C5BA55 Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Green #C5BA55

Tints of Olive Green #C5BA55

Color information

#C5BA55 (or 0xC5BA55) is unknown color: approx Olive Green. HEX triplet: C5, BA and 55. RGB value is (197,186,85). Sum of RGB (Red+Green+Blue) = 197+186+85=468 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.09% from 468); Green value is 186 (73.05% from 255 or 39.74% from 468); Blue value is 85 (33.59% from 255 or 18.16% from 468); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BA55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BA55 is #3A45AA. Grayscale: #B2B2B2. Windows color (decimal): -3818923 or 5618373. OLE color: 5618373.

HSL color Cylindrical-coordinate representation of color #C5BA55: hue angle of 54.11º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C5BA55 is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.23.

Color convert

RGB19718685-
CMYK00.060.570.23
HSL54.11º49.12%55.29%-
HSV(B)54.11º56.85%77.25%-
XYZ42.2247.6415.57-
YUV177.7775.64141.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 197 (77.34% from 255) = 42.09%
GREEN value IS 186 (73.05% from 255) = 39.74%
BLUE value IS 85 (33.59% from 255) = 18.16%
R=42.09%
G=39.74%
B=18.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.57
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971868500.060.570.2354.1149.1255.29
HexC5BA55063917363137
Octal305272125067127666167
Binary11000101101110101010101011011100110111110110110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BA55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BA55; }

 p { color: rgb(197,186,85); }

 H1.HeaderClassName
 {
   color: #C5BA55;
 }
 .AnyTagClassName
 {
   color: #C5BA55;
 }
</style>
background-color css

<style>
 a { background-color: #C5BA55; }

 a { background-color: rgb(197,186,85); }

 div.DivClassName
 {
   background-color: #C5BA55;
 }
 .BgClassName
 {
   background-color: #C5BA55;
 }
</style>
border-color css

<style>
 span { border-color: #C5BA55; }

 span { border-color: rgb(197,186,85); }

 td.TdClassName
 {
   border-color: #C5BA55;
 }
 .TagClassName
 {
   border-color: #C5BA55;
 }
</style>