#C2BA66

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

Shades of Dark Khaki #C2BA66

Tints of Dark Khaki #C2BA66

Color information

#C2BA66 (or 0xC2BA66) is unknown color: approx Dark Khaki. HEX triplet: C2, BA and 66. RGB value is (194,186,102). Sum of RGB (Red+Green+Blue) = 194+186+102=482 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.25% from 482); Green value is 186 (73.05% from 255 or 38.59% from 482); Blue value is 102 (40.23% from 255 or 21.16% from 482); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BA66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BA66 is #3D4599. Grayscale: #B3B3B3. Windows color (decimal): -4015514 or 6732482. OLE color: 6732482.

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

Color convert

RGB194186102-
CMYK00.040.470.24
HSL54.78º42.99%58.04%-
HSV(B)54.78º47.42%76.08%-
XYZ42.2147.5519.52-
YUV178.8284.65138.83-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.25%
GREEN value IS 186 (73.05% from 255) = 38.59%
BLUE value IS 102 (40.23% from 255) = 21.16%
R=40.25%
G=38.59%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418610200.040.470.2454.7842.9958.04
HexC2BA66042F18372b3a
Octal302272146045730675372
Binary11000010101110101100110010010111111000110111101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BA66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BA66; }

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

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

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

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

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

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

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

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