#C2BF92

Color #C2BF92 Green Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Mist #C2BF92

Tints of Green Mist #C2BF92

Color information

#C2BF92 (or 0xC2BF92) is unknown color: approx Green Mist. HEX triplet: C2, BF and 92. RGB value is (194,191,146). Sum of RGB (Red+Green+Blue) = 194+191+146=531 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.53% from 531); Green value is 191 (75% from 255 or 35.97% from 531); Blue value is 146 (57.42% from 255 or 27.50% from 531); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BF92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BF92 is #3D406D. Grayscale: #BABABA. Windows color (decimal): -4014190 or 9617346. OLE color: 9617346.

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

Color convert

RGB194191146-
CMYK00.020.250.24
HSL56.25º28.24%66.67%-
HSV(B)56.25º24.74%76.08%-
XYZ46.0750.8134.57-
YUV186.77104.99133.16-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.53%
GREEN value IS 191 (75% from 255) = 35.97%
BLUE value IS 146 (57.42% from 255) = 27.50%
R=36.53%
G=35.97%
B=27.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19419114600.020.250.2456.2528.2466.67
HexC2BF92021918381c43
Octal3022772220231307034103
Binary1100001010111111100100100101100111000111000111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BF92; }

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

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

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

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

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

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

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

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