#C4BD58

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

Shades of Olive Green #C4BD58

Tints of Olive Green #C4BD58

Color information

#C4BD58 (or 0xC4BD58) is unknown color: approx Olive Green. HEX triplet: C4, BD and 58. RGB value is (196,189,88). Sum of RGB (Red+Green+Blue) = 196+189+88=473 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.44% from 473); Green value is 189 (74.22% from 255 or 39.96% from 473); Blue value is 88 (34.77% from 255 or 18.60% from 473); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BD58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BD58 is #3B42A7. Grayscale: #B3B3B3. Windows color (decimal): -3883688 or 5815748. OLE color: 5815748.

HSL color Cylindrical-coordinate representation of color #C4BD58: hue angle of 56.11º 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 #C4BD58 is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.23.

Color convert

RGB19618988-
CMYK00.040.550.23
HSL56.11º47.79%55.69%-
HSV(B)56.11º55.1%76.86%-
XYZ42.7248.8416.41-
YUV179.5876.32139.71-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.44%
GREEN value IS 189 (74.22% from 255) = 39.96%
BLUE value IS 88 (34.77% from 255) = 18.60%
R=41.44%
G=39.96%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.55
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961898800.040.550.2356.1147.7955.69
HexC4BD58043717383038
Octal304275130046727706070
Binary11000100101111011011000010011011110111111000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BD58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BD58; }

 p { color: rgb(196,189,88); }

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

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

 a { background-color: rgb(196,189,88); }

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

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

 span { border-color: rgb(196,189,88); }

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