#C4BB5F

Color #C4BB5F Dark Khaki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Khaki #C4BB5F

Tints of Dark Khaki #C4BB5F

Color information

#C4BB5F (or 0xC4BB5F) is unknown color: approx Dark Khaki. HEX triplet: C4, BB and 5F. RGB value is (196,187,95). Sum of RGB (Red+Green+Blue) = 196+187+95=478 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.00% from 478); Green value is 187 (73.44% from 255 or 39.12% from 478); Blue value is 95 (37.5% from 255 or 19.87% from 478); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BB5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BB5F is #3B44A0. Grayscale: #B3B3B3. Windows color (decimal): -3884193 or 6273988. OLE color: 6273988.

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

Color convert

RGB19618795-
CMYK00.050.520.23
HSL54.65º46.12%57.06%-
HSV(B)54.65º51.53%76.86%-
XYZ42.648.117.87-
YUV179.280.48139.98-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.00%
GREEN value IS 187 (73.44% from 255) = 39.12%
BLUE value IS 95 (37.5% from 255) = 19.87%
R=41.00%
G=39.12%
B=19.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.52
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961879500.050.520.2354.6546.1257.06
HexC4BB5F053417372e39
Octal304273137056427675671
Binary11000100101110111011111010111010010111110111101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BB5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BB5F; }

 p { color: rgb(196,187,95); }

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

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

 a { background-color: rgb(196,187,95); }

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

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

 span { border-color: rgb(196,187,95); }

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