#C2BD6E

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

Shades of Dark Khaki #C2BD6E

Tints of Dark Khaki #C2BD6E

Color information

#C2BD6E (or 0xC2BD6E) is unknown color: approx Dark Khaki. HEX triplet: C2, BD and 6E. RGB value is (194,189,110). Sum of RGB (Red+Green+Blue) = 194+189+110=493 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.35% from 493); Green value is 189 (74.22% from 255 or 38.34% from 493); Blue value is 110 (43.36% from 255 or 22.31% from 493); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BD6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BD6E is #3D4291. Grayscale: #B5B5B5. Windows color (decimal): -4014738 or 7257538. OLE color: 7257538.

HSL color Cylindrical-coordinate representation of color #C2BD6E: hue angle of 56.43º 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 #C2BD6E is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB194189110-
CMYK00.030.430.24
HSL56.43º40.78%59.61%-
HSV(B)56.43º43.3%76.08%-
XYZ43.2648.9921.93-
YUV181.4987.66136.92-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.35%
GREEN value IS 189 (74.22% from 255) = 38.34%
BLUE value IS 110 (43.36% from 255) = 22.31%
R=39.35%
G=38.34%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418911000.030.430.2456.4340.7859.61
HexC2BD6E032B1838293c
Octal302275156035330705174
Binary1100001010111101110111001110101111000111000101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BD6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BD6E; }

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

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

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

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

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

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

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

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