#BECA8A

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

Shades of Green Mist #BECA8A

Tints of Green Mist #BECA8A

Color information

#BECA8A (or 0xBECA8A) is unknown color: approx Green Mist. HEX triplet: BE, CA and 8A. RGB value is (190,202,138). Sum of RGB (Red+Green+Blue) = 190+202+138=530 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.85% from 530); Green value is 202 (79.30% from 255 or 38.11% from 530); Blue value is 138 (54.30% from 255 or 26.04% from 530); Max value from RGB is 202 - color contains mainly: green. Hex color #BECA8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECA8A is #413575. Grayscale: #BFBFBF. Windows color (decimal): -4273526 or 9095870. OLE color: 9095870.

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

Color convert

RGB190202138-
CMYK0.0600.320.21
HSL71.25º37.65%66.67%-
HSV(B)71.25º31.68%79.22%-
XYZ46.9455.0232.19-
YUV191.1298.02127.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.85%
GREEN value IS 202 (79.30% from 255) = 38.11%
BLUE value IS 138 (54.30% from 255) = 26.04%
R=35.85%
G=38.11%
B=26.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1902021380.0600.320.2171.2537.6566.67
HexBECA8A602015472643
Octal27631221260402510746103
Binary10111110110010101000101011001000001010110001111001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECA8A; }

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

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

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

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

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

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

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

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