#c4bd5b

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

Shades of Olive Green #C4BD5B

Tints of Olive Green #C4BD5B

Color information

#C4BD5B (or 0xC4BD5B) is unknown color: approx Olive Green. HEX triplet: C4, BD and 5B. RGB value is (196,189,91). Sum of RGB (Red+Green+Blue) = 196+189+91=476 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.18% from 476); Green value is 189 (74.22% from 255 or 39.71% from 476); Blue value is 91 (35.94% from 255 or 19.12% from 476); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BD5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BD5B is #3B42A4. Grayscale: #B4B4B4. Windows color (decimal): -3883685 or 6012356. OLE color: 6012356.

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

Color convert

RGB19618991-
CMYK00.040.540.23
HSL56º47.09%56.27%-
HSV(B)56º53.57%76.86%-
XYZ42.8548.8917.08-
YUV179.9277.82139.47-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.18%
GREEN value IS 189 (74.22% from 255) = 39.71%
BLUE value IS 91 (35.94% from 255) = 19.12%
R=41.18%
G=39.71%
B=19.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.54
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961899100.040.540.235647.0956.27
HexC4BD5B043617382f38
Octal304275133046627705770
Binary11000100101111011011011010011011010111111000101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c4bd5b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c4bd5b; }

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

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

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

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

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

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

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

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