#C4BE59

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

Shades of Olive Green #C4BE59

Tints of Olive Green #C4BE59

Color information

#C4BE59 (or 0xC4BE59) is unknown color: approx Olive Green. HEX triplet: C4, BE and 59. RGB value is (196,190,89). Sum of RGB (Red+Green+Blue) = 196+190+89=475 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.26% from 475); Green value is 190 (74.61% from 255 or 40% from 475); Blue value is 89 (35.16% from 255 or 18.74% from 475); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BE59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BE59 is #3B41A6. Grayscale: #B4B4B4. Windows color (decimal): -3883431 or 5881540. OLE color: 5881540.

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

Color convert

RGB19619089-
CMYK00.030.550.23
HSL56.64º47.56%55.88%-
HSV(B)56.64º54.59%76.86%-
XYZ42.9849.2816.7-
YUV180.2876.49139.21-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.26%
GREEN value IS 190 (74.61% from 255) = 40%
BLUE value IS 89 (35.16% from 255) = 18.74%
R=41.26%
G=40%
B=18.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.55
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961908900.030.550.2356.6447.5655.88
HexC4BE59033717393038
Octal304276131036727716070
Binary1100010010111110101100101111011110111111001110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BE59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BE59; }

 p { color: rgb(196,190,89); }

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

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

 a { background-color: rgb(196,190,89); }

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

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

 span { border-color: rgb(196,190,89); }

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