#BECA95

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

Shades of Green Mist #BECA95

Tints of Green Mist #BECA95

Color information

#BECA95 (or 0xBECA95) is unknown color: approx Green Mist. HEX triplet: BE, CA and 95. RGB value is (190,202,149). Sum of RGB (Red+Green+Blue) = 190+202+149=541 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.12% from 541); Green value is 202 (79.30% from 255 or 37.34% from 541); Blue value is 149 (58.59% from 255 or 27.54% from 541); Max value from RGB is 202 - color contains mainly: green. Hex color #BECA95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECA95 is #41356A. Grayscale: #C0C0C0. Windows color (decimal): -4273515 or 9816766. OLE color: 9816766.

HSL color Cylindrical-coordinate representation of color #BECA95: hue angle of 73.58º 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 #BECA95 is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB190202149-
CMYK0.0600.260.21
HSL73.58º33.33%68.82%-
HSV(B)73.58º26.24%79.22%-
XYZ47.7855.3636.6-
YUV192.37103.52126.31-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.12%
GREEN value IS 202 (79.30% from 255) = 37.34%
BLUE value IS 149 (58.59% from 255) = 27.54%
R=35.12%
G=37.34%
B=27.54%

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
Decimal1902021490.0600.260.2173.5833.3368.82
HexBECA95601A154a2145
Octal27631222560322511241105
Binary1011111011001010100101011100110101010110010101000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECA95; }

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

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

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

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

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

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

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

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