#C2BE66

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

Shades of Dark Khaki #C2BE66

Tints of Dark Khaki #C2BE66

Color information

#C2BE66 (or 0xC2BE66) is unknown color: approx Dark Khaki. HEX triplet: C2, BE and 66. RGB value is (194,190,102). Sum of RGB (Red+Green+Blue) = 194+190+102=486 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.92% from 486); Green value is 190 (74.61% from 255 or 39.09% from 486); Blue value is 102 (40.23% from 255 or 20.99% from 486); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BE66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BE66 is #3D4199. Grayscale: #B5B5B5. Windows color (decimal): -4014490 or 6733506. OLE color: 6733506.

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

Color convert

RGB194190102-
CMYK00.020.470.24
HSL57.39º42.99%58.04%-
HSV(B)57.39º47.42%76.08%-
XYZ43.0649.2619.81-
YUV181.1683.33137.16-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.92%
GREEN value IS 190 (74.61% from 255) = 39.09%
BLUE value IS 102 (40.23% from 255) = 20.99%
R=39.92%
G=39.09%
B=20.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19419010200.020.470.2457.3942.9958.04
HexC2BE66022F18392b3a
Octal302276146025730715372
Binary1100001010111110110011001010111111000111001101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BE66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BE66; }

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

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

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

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

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

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

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

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