#C2BE5F

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

Shades of Dark Khaki #C2BE5F

Tints of Dark Khaki #C2BE5F

Color information

#C2BE5F (or 0xC2BE5F) is unknown color: approx Dark Khaki. HEX triplet: C2, BE and 5F. RGB value is (194,190,95). Sum of RGB (Red+Green+Blue) = 194+190+95=479 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.50% from 479); Green value is 190 (74.61% from 255 or 39.67% from 479); Blue value is 95 (37.5% from 255 or 19.83% from 479); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BE5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BE5F is #3D41A0. Grayscale: #B4B4B4. Windows color (decimal): -4014497 or 6274754. OLE color: 6274754.

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

Color convert

RGB19419095-
CMYK00.020.510.24
HSL57.58º44.8%56.67%-
HSV(B)57.58º51.03%76.08%-
XYZ42.7349.1218.06-
YUV180.3779.83137.72-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.50%
GREEN value IS 190 (74.61% from 255) = 39.67%
BLUE value IS 95 (37.5% from 255) = 19.83%
R=40.50%
G=39.67%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941909500.020.510.2457.5844.856.67
HexC2BE5F0233183a2d39
Octal302276137026330725571
Binary1100001010111110101111101011001111000111010101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BE5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BE5F; }

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

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

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

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

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

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

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

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