#c2bb57

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

Shades of Olive Green #C2BB57

Tints of Olive Green #C2BB57

Color information

#C2BB57 (or 0xC2BB57) is unknown color: approx Olive Green. HEX triplet: C2, BB and 57. RGB value is (194,187,87). Sum of RGB (Red+Green+Blue) = 194+187+87=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 187 (73.44% from 255 or 39.96% from 468); Blue value is 87 (34.38% from 255 or 18.59% from 468); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BB57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BB57 is #3D44A8. Grayscale: #B2B2B2. Windows color (decimal): -4015273 or 5749698. OLE color: 5749698.

HSL color Cylindrical-coordinate representation of color #C2BB57: hue angle of 56.07º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C2BB57 is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB19418787-
CMYK00.040.550.24
HSL56.07º46.72%55.1%-
HSV(B)56.07º55.15%76.08%-
XYZ41.7447.716.02-
YUV177.6976.82139.63-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.45%
GREEN value IS 187 (73.44% from 255) = 39.96%
BLUE value IS 87 (34.38% from 255) = 18.59%
R=41.45%
G=39.96%
B=18.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941878700.040.550.2456.0746.7255.1
HexC2BB57043718382f37
Octal302273127046730705767
Binary11000010101110111010111010011011111000111000101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c2bb57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c2bb57; }

 p { color: rgb(194,187,87); }

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

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

 a { background-color: rgb(194,187,87); }

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

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

 span { border-color: rgb(194,187,87); }

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