#BECA96

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

Shades of Green Mist #BECA96

Tints of Green Mist #BECA96

Color information

#BECA96 (or 0xBECA96) is unknown color: approx Green Mist. HEX triplet: BE, CA and 96. RGB value is (190,202,150). Sum of RGB (Red+Green+Blue) = 190+202+150=542 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.06% from 542); Green value is 202 (79.30% from 255 or 37.27% from 542); Blue value is 150 (58.98% from 255 or 27.68% from 542); Max value from RGB is 202 - color contains mainly: green. Hex color #BECA96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECA96 is #413569. Grayscale: #C0C0C0. Windows color (decimal): -4273514 or 9882302. OLE color: 9882302.

HSL color Cylindrical-coordinate representation of color #BECA96: hue angle of 73.85º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BECA96 is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB190202150-
CMYK0.0600.260.21
HSL73.85º32.91%69.02%-
HSV(B)73.85º25.74%79.22%-
XYZ47.8655.3937.02-
YUV192.48104.02126.23-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.06%
GREEN value IS 202 (79.30% from 255) = 37.27%
BLUE value IS 150 (58.98% from 255) = 27.68%
R=35.06%
G=37.27%
B=27.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1902021500.0600.260.2173.8532.9169.02
HexBECA96601A154a2145
Octal27631222660322511241105
Binary1011111011001010100101101100110101010110010101000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECA96; }

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

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

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

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

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

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

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

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