#C2BE69

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

Shades of Dark Khaki #C2BE69

Tints of Dark Khaki #C2BE69

Color information

#C2BE69 (or 0xC2BE69) is unknown color: approx Dark Khaki. HEX triplet: C2, BE and 69. RGB value is (194,190,105). Sum of RGB (Red+Green+Blue) = 194+190+105=489 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.67% from 489); Green value is 190 (74.61% from 255 or 38.85% from 489); Blue value is 105 (41.41% from 255 or 21.47% from 489); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BE69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BE69 is #3D4196. Grayscale: #B5B5B5. Windows color (decimal): -4014487 or 6930114. OLE color: 6930114.

HSL color Cylindrical-coordinate representation of color #C2BE69: hue angle of 57.3º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C2BE69 is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB194190105-
CMYK00.020.460.24
HSL57.3º42.18%58.63%-
HSV(B)57.3º45.88%76.08%-
XYZ43.2149.3220.61-
YUV181.5184.83136.91-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.67%
GREEN value IS 190 (74.61% from 255) = 38.85%
BLUE value IS 105 (41.41% from 255) = 21.47%
R=39.67%
G=38.85%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19419010500.020.460.2457.342.1858.63
HexC2BE69022E18392a3b
Octal302276151025630715273
Binary1100001010111110110100101010111011000111001101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BE69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BE69; }

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

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

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

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

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

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

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

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