#C4BE60

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

Shades of Dark Khaki #C4BE60

Tints of Dark Khaki #C4BE60

Color information

#C4BE60 (or 0xC4BE60) is unknown color: approx Dark Khaki. HEX triplet: C4, BE and 60. RGB value is (196,190,96). Sum of RGB (Red+Green+Blue) = 196+190+96=482 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.66% from 482); Green value is 190 (74.61% from 255 or 39.42% from 482); Blue value is 96 (37.89% from 255 or 19.92% from 482); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BE60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BE60 is #3B419F. Grayscale: #B5B5B5. Windows color (decimal): -3883424 or 6340292. OLE color: 6340292.

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

Color convert

RGB19619096-
CMYK00.030.510.23
HSL56.4º45.87%57.25%-
HSV(B)56.4º51.02%76.86%-
XYZ43.2949.4118.32-
YUV181.0879.99138.64-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.66%
GREEN value IS 190 (74.61% from 255) = 39.42%
BLUE value IS 96 (37.89% from 255) = 19.92%
R=40.66%
G=39.42%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961909600.030.510.2356.445.8757.25
HexC4BE60033317382e39
Octal304276140036327705671
Binary1100010010111110110000001111001110111111000101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BE60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BE60; }

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

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

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

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

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

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

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

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