#C4BE6C

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

Shades of Dark Khaki #C4BE6C

Tints of Dark Khaki #C4BE6C

Color information

#C4BE6C (or 0xC4BE6C) is unknown color: approx Dark Khaki. HEX triplet: C4, BE and 6C. RGB value is (196,190,108). Sum of RGB (Red+Green+Blue) = 196+190+108=494 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.68% from 494); Green value is 190 (74.61% from 255 or 38.46% from 494); Blue value is 108 (42.58% from 255 or 21.86% from 494); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BE6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BE6C is #3B4193. Grayscale: #B6B6B6. Windows color (decimal): -3883412 or 7126724. OLE color: 7126724.

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

Color convert

RGB196190108-
CMYK00.030.450.23
HSL55.91º42.72%59.61%-
HSV(B)55.91º44.9%76.86%-
XYZ43.8949.6521.46-
YUV182.4585.99137.67-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.68%
GREEN value IS 190 (74.61% from 255) = 38.46%
BLUE value IS 108 (42.58% from 255) = 21.86%
R=39.68%
G=38.46%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.45
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19619010800.030.450.2355.9142.7259.61
HexC4BE6C032D17382b3c
Octal304276154035527705374
Binary1100010010111110110110001110110110111111000101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BE6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BE6C; }

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

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

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

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

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

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

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

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