#BECA8B

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

Shades of Green Mist #BECA8B

Tints of Green Mist #BECA8B

Color information

#BECA8B (or 0xBECA8B) is unknown color: approx Green Mist. HEX triplet: BE, CA and 8B. RGB value is (190,202,139). Sum of RGB (Red+Green+Blue) = 190+202+139=531 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.78% from 531); Green value is 202 (79.30% from 255 or 38.04% from 531); Blue value is 139 (54.69% from 255 or 26.18% from 531); Max value from RGB is 202 - color contains mainly: green. Hex color #BECA8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECA8B is #413574. Grayscale: #BFBFBF. Windows color (decimal): -4273525 or 9161406. OLE color: 9161406.

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

Color convert

RGB190202139-
CMYK0.0600.310.21
HSL71.43º37.28%66.86%-
HSV(B)71.43º31.19%79.22%-
XYZ47.0255.0532.57-
YUV191.2398.52127.12-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.78%
GREEN value IS 202 (79.30% from 255) = 38.04%
BLUE value IS 139 (54.69% from 255) = 26.18%
R=35.78%
G=38.04%
B=26.18%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1902021390.0600.310.2171.4337.2866.86
HexBECA8B601F15472543
Octal27631221360372510745103
Binary1011111011001010100010111100111111010110001111001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECA8B; }

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

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

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

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

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

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

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

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