#C5BF71

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

Shades of Dark Khaki #C5BF71

Tints of Dark Khaki #C5BF71

Color information

#C5BF71 (or 0xC5BF71) is unknown color: approx Dark Khaki. HEX triplet: C5, BF and 71. RGB value is (197,191,113). Sum of RGB (Red+Green+Blue) = 197+191+113=501 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.32% from 501); Green value is 191 (75% from 255 or 38.12% from 501); Blue value is 113 (44.53% from 255 or 22.55% from 501); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BF71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BF71 is #3A408E. Grayscale: #B8B8B8. Windows color (decimal): -3817615 or 7454661. OLE color: 7454661.

HSL color Cylindrical-coordinate representation of color #C5BF71: hue angle of 55.71º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C5BF71 is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.23.

Color convert

RGB197191113-
CMYK00.030.430.23
HSL55.71º42%60.78%-
HSV(B)55.71º42.64%77.25%-
XYZ44.6450.3222.98-
YUV183.987.99137.34-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.32%
GREEN value IS 191 (75% from 255) = 38.12%
BLUE value IS 113 (44.53% from 255) = 22.55%
R=39.32%
G=38.12%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.43
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19719111300.030.430.2355.714260.78
HexC5BF71032B17382a3d
Octal305277161035327705275
Binary1100010110111111111000101110101110111111000101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BF71; }

 p { color: rgb(197,191,113); }

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

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

 a { background-color: rgb(197,191,113); }

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

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

 span { border-color: rgb(197,191,113); }

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