#C4BC62

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

Shades of Dark Khaki #C4BC62

Tints of Dark Khaki #C4BC62

Color information

#C4BC62 (or 0xC4BC62) is unknown color: approx Dark Khaki. HEX triplet: C4, BC and 62. RGB value is (196,188,98). Sum of RGB (Red+Green+Blue) = 196+188+98=482 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.66% from 482); Green value is 188 (73.83% from 255 or 39.00% from 482); Blue value is 98 (38.67% from 255 or 20.33% from 482); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BC62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BC62 is #3B439D. Grayscale: #B4B4B4. Windows color (decimal): -3883934 or 6470852. OLE color: 6470852.

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

Color convert

RGB19618898-
CMYK00.040.50.23
HSL55.1º45.37%57.65%-
HSV(B)55.1º50%76.86%-
XYZ42.9548.5818.67-
YUV180.1381.65139.32-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.66%
GREEN value IS 188 (73.83% from 255) = 39.00%
BLUE value IS 98 (38.67% from 255) = 20.33%
R=40.66%
G=39.00%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.5
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961889800.040.50.2355.145.3757.65
HexC4BC62043217372d3a
Octal304274142046227675572
Binary11000100101111001100010010011001010111110111101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BC62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BC62; }

 p { color: rgb(196,188,98); }

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

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

 a { background-color: rgb(196,188,98); }

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

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

 span { border-color: rgb(196,188,98); }

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