#C2BB6E

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

Shades of Dark Khaki #C2BB6E

Tints of Dark Khaki #C2BB6E

Color information

#C2BB6E (or 0xC2BB6E) is unknown color: approx Dark Khaki. HEX triplet: C2, BB and 6E. RGB value is (194,187,110). Sum of RGB (Red+Green+Blue) = 194+187+110=491 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.51% from 491); Green value is 187 (73.44% from 255 or 38.09% from 491); Blue value is 110 (43.36% from 255 or 22.40% from 491); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BB6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BB6E is #3D4491. Grayscale: #B4B4B4. Windows color (decimal): -4015250 or 7257026. OLE color: 7257026.

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

Color convert

RGB194187110-
CMYK00.040.430.24
HSL55º40.78%59.61%-
HSV(B)55º43.3%76.08%-
XYZ42.8348.1421.79-
YUV180.3188.32137.76-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.51%
GREEN value IS 187 (73.44% from 255) = 38.09%
BLUE value IS 110 (43.36% from 255) = 22.40%
R=39.51%
G=38.09%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418711000.040.430.245540.7859.61
HexC2BB6E042B1837293c
Octal302273156045330675174
Binary11000010101110111101110010010101111000110111101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BB6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BB6E; }

 p { color: rgb(194,187,110); }

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

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

 a { background-color: rgb(194,187,110); }

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

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

 span { border-color: rgb(194,187,110); }

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