#C5BC69

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

Shades of Dark Khaki #C5BC69

Tints of Dark Khaki #C5BC69

Color information

#C5BC69 (or 0xC5BC69) is unknown color: approx Dark Khaki. HEX triplet: C5, BC and 69. RGB value is (197,188,105). Sum of RGB (Red+Green+Blue) = 197+188+105=490 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.20% from 490); Green value is 188 (73.83% from 255 or 38.37% from 490); Blue value is 105 (41.41% from 255 or 21.43% from 490); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BC69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BC69 is #3A4396. Grayscale: #B5B5B5. Windows color (decimal): -3818391 or 6929605. OLE color: 6929605.

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

Color convert

RGB197188105-
CMYK00.050.470.23
HSL54.13º44.23%59.22%-
HSV(B)54.13º46.7%77.25%-
XYZ43.5648.8620.5-
YUV181.2384.98139.25-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.20%
GREEN value IS 188 (73.83% from 255) = 38.37%
BLUE value IS 105 (41.41% from 255) = 21.43%
R=40.20%
G=38.37%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.47
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718810500.050.470.2354.1344.2359.22
HexC5BC69052F17362c3b
Octal305274151055727665473
Binary11000101101111001101001010110111110111110110101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BC69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BC69; }

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

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

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

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

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

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

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

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