#C2BB56

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

Shades of Olive Green #C2BB56

Tints of Olive Green #C2BB56

Color information

#C2BB56 (or 0xC2BB56) is unknown color: approx Olive Green. HEX triplet: C2, BB and 56. RGB value is (194,187,86). Sum of RGB (Red+Green+Blue) = 194+187+86=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 187 (73.44% from 255 or 40.04% from 467); Blue value is 86 (33.98% from 255 or 18.42% from 467); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BB56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BB56 is #3D44A9. Grayscale: #B1B1B1. Windows color (decimal): -4015274 or 5684162. OLE color: 5684162.

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

Color convert

RGB19418786-
CMYK00.040.560.24
HSL56.11º46.96%54.9%-
HSV(B)56.11º55.67%76.08%-
XYZ41.747.6815.81-
YUV177.5876.32139.71-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.54%
GREEN value IS 187 (73.44% from 255) = 40.04%
BLUE value IS 86 (33.98% from 255) = 18.42%
R=41.54%
G=40.04%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941878600.040.560.2456.1146.9654.9
HexC2BB56043818382f37
Octal302273126047030705767
Binary11000010101110111010110010011100011000111000101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BB56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BB56; }

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

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

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

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

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

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

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

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