#C5BE76

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

Shades of Dark Khaki #C5BE76

Tints of Dark Khaki #C5BE76

Color information

#C5BE76 (or 0xC5BE76) is unknown color: approx Dark Khaki. HEX triplet: C5, BE and 76. RGB value is (197,190,118). Sum of RGB (Red+Green+Blue) = 197+190+118=505 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.01% from 505); Green value is 190 (74.61% from 255 or 37.62% from 505); Blue value is 118 (46.48% from 255 or 23.37% from 505); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BE76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BE76 is #3A4189. Grayscale: #B8B8B8. Windows color (decimal): -3817866 or 7782085. OLE color: 7782085.

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

Color convert

RGB197190118-
CMYK00.040.400.23
HSL54.68º40.51%61.76%-
HSV(B)54.68º40.1%77.25%-
XYZ44.7150.0124.44-
YUV183.8890.82137.35-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.01%
GREEN value IS 190 (74.61% from 255) = 37.62%
BLUE value IS 118 (46.48% from 255) = 23.37%
R=39.01%
G=37.62%
B=23.37%

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
Decimal19719011800.040.400.2354.6840.5161.76
HexC5BE7604281737293e
Octal305276166045027675176
Binary11000101101111101110110010010100010111110111101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BE76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BE76; }

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

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

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

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

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

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

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

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