#C5BD76

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

Shades of Dark Khaki #C5BD76

Tints of Dark Khaki #C5BD76

Color information

#C5BD76 (or 0xC5BD76) is unknown color: approx Dark Khaki. HEX triplet: C5, BD and 76. RGB value is (197,189,118). Sum of RGB (Red+Green+Blue) = 197+189+118=504 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.09% from 504); Green value is 189 (74.22% from 255 or 37.5% from 504); Blue value is 118 (46.48% from 255 or 23.41% from 504); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BD76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BD76 is #3A4289. Grayscale: #B7B7B7. Windows color (decimal): -3818122 or 7781829. OLE color: 7781829.

HSL color Cylindrical-coordinate representation of color #C5BD76: hue angle of 53.92º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C5BD76 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB197189118-
CMYK00.040.400.23
HSL53.92º40.51%61.76%-
HSV(B)53.92º40.1%77.25%-
XYZ44.4949.5724.36-
YUV183.391.15137.77-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.09%
GREEN value IS 189 (74.22% from 255) = 37.5%
BLUE value IS 118 (46.48% from 255) = 23.41%
R=39.09%
G=37.5%
B=23.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718911800.040.400.2353.9240.5161.76
HexC5BD7604281736293e
Octal305275166045027665176
Binary11000101101111011110110010010100010111110110101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BD76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BD76; }

 p { color: rgb(197,189,118); }

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

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

 a { background-color: rgb(197,189,118); }

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

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

 span { border-color: rgb(197,189,118); }

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