#BEC29B

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

Shades of Green Mist #BEC29B

Tints of Green Mist #BEC29B

Color information

#BEC29B (or 0xBEC29B) is unknown color: approx Green Mist. HEX triplet: BE, C2 and 9B. RGB value is (190,194,155). Sum of RGB (Red+Green+Blue) = 190+194+155=539 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.25% from 539); Green value is 194 (76.17% from 255 or 35.99% from 539); Blue value is 155 (60.94% from 255 or 28.76% from 539); Max value from RGB is 194 - color contains mainly: green. Hex color #BEC29B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC29B is #413D64. Grayscale: #BCBCBC. Windows color (decimal): -4275557 or 10207934. OLE color: 10207934.

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

Color convert

RGB190194155-
CMYK0.0200.200.24
HSL66.15º24.22%68.43%-
HSV(B)66.15º20.1%76.08%-
XYZ46.4451.938.58-
YUV188.36109.17129.17-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.25%
GREEN value IS 194 (76.17% from 255) = 35.99%
BLUE value IS 155 (60.94% from 255) = 28.76%
R=35.25%
G=35.99%
B=28.76%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901941550.0200.200.2466.1524.2268.43
HexBEC29B201418421844
Octal27630223320243010230104
Binary10111110110000101001101110010100110001000010110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC29B; }

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

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

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

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

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

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

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

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