#C5BC61

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

Shades of Dark Khaki #C5BC61

Tints of Dark Khaki #C5BC61

Color information

#C5BC61 (or 0xC5BC61) is unknown color: approx Dark Khaki. HEX triplet: C5, BC and 61. RGB value is (197,188,97). Sum of RGB (Red+Green+Blue) = 197+188+97=482 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.87% from 482); Green value is 188 (73.83% from 255 or 39.00% from 482); Blue value is 97 (38.28% from 255 or 20.12% from 482); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BC61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BC61 is #3A439E. Grayscale: #B4B4B4. Windows color (decimal): -3818399 or 6405317. OLE color: 6405317.

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

Color convert

RGB19718897-
CMYK00.050.510.23
HSL54.6º46.3%57.65%-
HSV(B)54.6º50.76%77.25%-
XYZ43.1748.718.43-
YUV180.3280.98139.9-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.87%
GREEN value IS 188 (73.83% from 255) = 39.00%
BLUE value IS 97 (38.28% from 255) = 20.12%
R=40.87%
G=39.00%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971889700.050.510.2354.646.357.65
HexC5BC61053317372e3a
Octal305274141056327675672
Binary11000101101111001100001010111001110111110111101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BC61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BC61; }

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

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

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

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

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

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

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

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