#C2BE96

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

Shades of Green Mist #C2BE96

Tints of Green Mist #C2BE96

Color information

#C2BE96 (or 0xC2BE96) is unknown color: approx Green Mist. HEX triplet: C2, BE and 96. RGB value is (194,190,150). Sum of RGB (Red+Green+Blue) = 194+190+150=534 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.33% from 534); Green value is 190 (74.61% from 255 or 35.58% from 534); Blue value is 150 (58.98% from 255 or 28.09% from 534); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BE96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BE96 is #3D4169. Grayscale: #BABABA. Windows color (decimal): -4014442 or 9879234. OLE color: 9879234.

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

Color convert

RGB194190150-
CMYK00.020.230.24
HSL54.55º26.51%67.45%-
HSV(B)54.55º22.68%76.08%-
XYZ46.1750.536.17-
YUV186.64107.33133.25-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.33%
GREEN value IS 190 (74.61% from 255) = 35.58%
BLUE value IS 150 (58.98% from 255) = 28.09%
R=36.33%
G=35.58%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19419015000.020.230.2454.5526.5167.45
HexC2BE96021718371b43
Octal3022762260227306733103
Binary1100001010111110100101100101011111000110111110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BE96; }

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

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

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

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

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

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

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

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