#C2BE97

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

Shades of Green Mist #C2BE97

Tints of Green Mist #C2BE97

Color information

#C2BE97 (or 0xC2BE97) is unknown color: approx Green Mist. HEX triplet: C2, BE and 97. RGB value is (194,190,151). Sum of RGB (Red+Green+Blue) = 194+190+151=535 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.26% from 535); Green value is 190 (74.61% from 255 or 35.51% from 535); Blue value is 151 (59.38% from 255 or 28.22% from 535); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BE97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BE97 is #3D4168. Grayscale: #BABABA. Windows color (decimal): -4014441 or 9944770. OLE color: 9944770.

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

Color convert

RGB194190151-
CMYK00.020.220.24
HSL54.42º26.06%67.65%-
HSV(B)54.42º22.16%76.08%-
XYZ46.2550.5336.59-
YUV186.75107.83133.17-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.26%
GREEN value IS 190 (74.61% from 255) = 35.51%
BLUE value IS 151 (59.38% from 255) = 28.22%
R=36.26%
G=35.51%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19419015100.020.220.2454.4226.0667.65
HexC2BE97021618361a44
Octal3022762270226306632104
Binary1100001010111110100101110101011011000110110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BE97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BE97; }

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

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

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

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

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

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

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

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