#C2BF62

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

Shades of Dark Khaki #C2BF62

Tints of Dark Khaki #C2BF62

Color information

#C2BF62 (or 0xC2BF62) is unknown color: approx Dark Khaki. HEX triplet: C2, BF and 62. RGB value is (194,191,98). Sum of RGB (Red+Green+Blue) = 194+191+98=483 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.17% from 483); Green value is 191 (75% from 255 or 39.54% from 483); Blue value is 98 (38.67% from 255 or 20.29% from 483); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BF62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BF62 is #3D409D. Grayscale: #B5B5B5. Windows color (decimal): -4014238 or 6471618. OLE color: 6471618.

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

Color convert

RGB19419198-
CMYK00.020.490.24
HSL58.12º44.04%57.25%-
HSV(B)58.12º49.48%76.08%-
XYZ43.0849.6118.86-
YUV181.380.99137.06-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.17%
GREEN value IS 191 (75% from 255) = 39.54%
BLUE value IS 98 (38.67% from 255) = 20.29%
R=40.17%
G=39.54%
B=20.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941919800.020.490.2458.1244.0457.25
HexC2BF620231183a2c39
Octal302277142026130725471
Binary1100001010111111110001001011000111000111010101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BF62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BF62; }

 p { color: rgb(194,191,98); }

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

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

 a { background-color: rgb(194,191,98); }

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

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

 span { border-color: rgb(194,191,98); }

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