#C2BD66

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

Shades of Dark Khaki #C2BD66

Tints of Dark Khaki #C2BD66

Color information

#C2BD66 (or 0xC2BD66) is unknown color: approx Dark Khaki. HEX triplet: C2, BD and 66. RGB value is (194,189,102). Sum of RGB (Red+Green+Blue) = 194+189+102=485 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40% from 485); Green value is 189 (74.22% from 255 or 38.97% from 485); Blue value is 102 (40.23% from 255 or 21.03% from 485); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BD66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BD66 is #3D4299. Grayscale: #B4B4B4. Windows color (decimal): -4014746 or 6733250. OLE color: 6733250.

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

Color convert

RGB194189102-
CMYK00.030.470.24
HSL56.74º42.99%58.04%-
HSV(B)56.74º47.42%76.08%-
XYZ42.8448.8219.74-
YUV180.5883.66137.57-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40%
GREEN value IS 189 (74.22% from 255) = 38.97%
BLUE value IS 102 (40.23% from 255) = 21.03%
R=40%
G=38.97%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418910200.030.470.2456.7442.9958.04
HexC2BD66032F18392b3a
Octal302275146035730715372
Binary1100001010111101110011001110111111000111001101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BD66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BD66; }

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

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

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

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

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

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

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

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