#BEBE92

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

Shades of Green Mist #BEBE92

Tints of Green Mist #BEBE92

Color information

#BEBE92 (or 0xBEBE92) is unknown color: approx Green Mist. HEX triplet: BE, BE and 92. RGB value is (190,190,146). Sum of RGB (Red+Green+Blue) = 190+190+146=526 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.12% from 526); Green value is 190 (74.61% from 255 or 36.12% from 526); Blue value is 146 (57.42% from 255 or 27.76% from 526); Max value from RGB is 190 - color contains mainly: red, green. Hex color #BEBE92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBE92 is #41416D. Grayscale: #B9B9B9. Windows color (decimal): -4276590 or 9617086. OLE color: 9617086.

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

Color convert

RGB190190146-
CMYK000.230.25
HSL60º25.29%65.88%-
HSV(B)60º23.16%74.51%-
XYZ44.8449.8534.45-
YUV184.98106131.58-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.12%
GREEN value IS 190 (74.61% from 255) = 36.12%
BLUE value IS 146 (57.42% from 255) = 27.76%
R=36.12%
G=36.12%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190190146000.230.256025.2965.88
HexBEBE920017193c1942
Octal2762762220027317431102
Binary101111101011111010010010001011111001111100110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBE92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBE92; }

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

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

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

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

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

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

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

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