#C4BC61

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

Shades of Dark Khaki #C4BC61

Tints of Dark Khaki #C4BC61

Color information

#C4BC61 (or 0xC4BC61) is unknown color: approx Dark Khaki. HEX triplet: C4, BC and 61. RGB value is (196,188,97). Sum of RGB (Red+Green+Blue) = 196+188+97=481 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.75% from 481); Green value is 188 (73.83% from 255 or 39.09% from 481); Blue value is 97 (38.28% from 255 or 20.17% from 481); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BC61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BC61 is #3B439E. Grayscale: #B4B4B4. Windows color (decimal): -3883935 or 6405316. OLE color: 6405316.

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

Color convert

RGB19618897-
CMYK00.040.510.23
HSL55.15º45.62%57.45%-
HSV(B)55.15º50.51%76.86%-
XYZ42.9148.5718.42-
YUV180.0281.15139.4-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.75%
GREEN value IS 188 (73.83% from 255) = 39.09%
BLUE value IS 97 (38.28% from 255) = 20.17%
R=40.75%
G=39.09%
B=20.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961889700.040.510.2355.1545.6257.45
HexC4BC61043317372e39
Octal304274141046327675671
Binary11000100101111001100001010011001110111110111101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BC61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BC61; }

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

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

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

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

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

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

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

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