#c4ba5b

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

Shades of Olive Green #C4BA5B

Tints of Olive Green #C4BA5B

Color information

#C4BA5B (or 0xC4BA5B) is unknown color: approx Olive Green. HEX triplet: C4, BA and 5B. RGB value is (196,186,91). Sum of RGB (Red+Green+Blue) = 196+186+91=473 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.44% from 473); Green value is 186 (73.05% from 255 or 39.32% from 473); Blue value is 91 (35.94% from 255 or 19.24% from 473); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BA5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BA5B is #3B45A4. Grayscale: #B2B2B2. Windows color (decimal): -3884453 or 6011588. OLE color: 6011588.

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

Color convert

RGB19618691-
CMYK00.050.540.23
HSL54.29º47.09%56.27%-
HSV(B)54.29º53.57%76.86%-
XYZ42.2147.6116.86-
YUV178.1678.81140.72-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.44%
GREEN value IS 186 (73.05% from 255) = 39.32%
BLUE value IS 91 (35.94% from 255) = 19.24%
R=41.44%
G=39.32%
B=19.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.54
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961869100.050.540.2354.2947.0956.27
HexC4BA5B053617362f38
Octal304272133056627665770
Binary11000100101110101011011010111011010111110110101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c4ba5b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c4ba5b; }

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

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

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

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

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

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

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

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