#BEBD92

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

Shades of Green Mist #BEBD92

Tints of Green Mist #BEBD92

Color information

#BEBD92 (or 0xBEBD92) is unknown color: approx Green Mist. HEX triplet: BE, BD and 92. RGB value is (190,189,146). Sum of RGB (Red+Green+Blue) = 190+189+146=525 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.19% from 525); Green value is 189 (74.22% from 255 or 36% from 525); Blue value is 146 (57.42% from 255 or 27.81% from 525); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBD92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBD92 is #41426D. Grayscale: #B8B8B8. Windows color (decimal): -4276846 or 9616830. OLE color: 9616830.

HSL color Cylindrical-coordinate representation of color #BEBD92: hue angle of 58.64º 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 #BEBD92 is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB190189146-
CMYK00.010.230.25
HSL58.64º25.29%65.88%-
HSV(B)58.64º23.16%74.51%-
XYZ44.6249.4234.38-
YUV184.4106.33132-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.19%
GREEN value IS 189 (74.22% from 255) = 36%
BLUE value IS 146 (57.42% from 255) = 27.81%
R=36.19%
G=36%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018914600.010.230.2558.6425.2965.88
HexBEBD920117193b1942
Octal2762752220127317331102
Binary101111101011110110010010011011111001111011110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBD92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBD92; }

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

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

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

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

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

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

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

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