#BEBE94

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

Shades of Green Mist #BEBE94

Tints of Green Mist #BEBE94

Color information

#BEBE94 (or 0xBEBE94) is unknown color: approx Green Mist. HEX triplet: BE, BE and 94. RGB value is (190,190,148). Sum of RGB (Red+Green+Blue) = 190+190+148=528 (69% of max value = 765). Red value is 190 (74.61% from 255 or 35.98% from 528); Green value is 190 (74.61% from 255 or 35.98% from 528); Blue value is 148 (58.20% from 255 or 28.03% from 528); Max value from RGB is 190 - color contains mainly: red, green. Hex color #BEBE94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBE94 is #41416B. Grayscale: #B9B9B9. Windows color (decimal): -4276588 or 9748158. OLE color: 9748158.

HSL color Cylindrical-coordinate representation of color #BEBE94: hue angle of 60º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BEBE94 is Cyan = 0, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB190190148-
CMYK000.220.25
HSL60º24.42%66.27%-
HSV(B)60º22.11%74.51%-
XYZ44.9949.9135.28-
YUV185.21107131.42-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.98%
GREEN value IS 190 (74.61% from 255) = 35.98%
BLUE value IS 148 (58.20% from 255) = 28.03%
R=35.98%
G=35.98%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190190148000.220.256024.4266.27
HexBEBE940016193c1842
Octal2762762240026317430102
Binary101111101011111010010100001011011001111100110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBE94; }

 p { color: rgb(190,190,148); }

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

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

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

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

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

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

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