#c5bb56

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

Shades of Olive Green #C5BB56

Tints of Olive Green #C5BB56

Color information

#C5BB56 (or 0xC5BB56) is unknown color: approx Olive Green. HEX triplet: C5, BB and 56. RGB value is (197,187,86). Sum of RGB (Red+Green+Blue) = 197+187+86=470 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.91% from 470); Green value is 187 (73.44% from 255 or 39.79% from 470); Blue value is 86 (33.98% from 255 or 18.30% from 470); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BB56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BB56 is #3A44A9. Grayscale: #B2B2B2. Windows color (decimal): -3818666 or 5684165. OLE color: 5684165.

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

Color convert

RGB19718786-
CMYK00.050.560.23
HSL54.59º48.9%55.49%-
HSV(B)54.59º56.35%77.25%-
XYZ42.4848.0815.85-
YUV178.4875.81141.21-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.91%
GREEN value IS 187 (73.44% from 255) = 39.79%
BLUE value IS 86 (33.98% from 255) = 18.30%
R=41.91%
G=39.79%
B=18.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.56
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971878600.050.560.2354.5948.955.49
HexC5BB56053817373137
Octal305273126057027676167
Binary11000101101110111010110010111100010111110111110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c5bb56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c5bb56; }

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

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

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

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

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

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

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

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