#C2BF6C

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

Shades of Dark Khaki #C2BF6C

Tints of Dark Khaki #C2BF6C

Color information

#C2BF6C (or 0xC2BF6C) is unknown color: approx Dark Khaki. HEX triplet: C2, BF and 6C. RGB value is (194,191,108). Sum of RGB (Red+Green+Blue) = 194+191+108=493 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.35% from 493); Green value is 191 (75% from 255 or 38.74% from 493); Blue value is 108 (42.58% from 255 or 21.91% from 493); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BF6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BF6C is #3D4093. Grayscale: #B6B6B6. Windows color (decimal): -4014228 or 7126978. OLE color: 7126978.

HSL color Cylindrical-coordinate representation of color #C2BF6C: hue angle of 57.91º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C2BF6C is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB194191108-
CMYK00.020.440.24
HSL57.91º41.35%59.22%-
HSV(B)57.91º44.33%76.08%-
XYZ43.5949.8121.51-
YUV182.4485.99136.25-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.35%
GREEN value IS 191 (75% from 255) = 38.74%
BLUE value IS 108 (42.58% from 255) = 21.91%
R=39.35%
G=38.74%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19419110800.020.440.2457.9141.3559.22
HexC2BF6C022C183a293b
Octal302277154025430725173
Binary1100001010111111110110001010110011000111010101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BF6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BF6C; }

 p { color: rgb(194,191,108); }

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

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

 a { background-color: rgb(194,191,108); }

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

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

 span { border-color: rgb(194,191,108); }

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