#BEBE8D

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

Shades of Green Mist #BEBE8D

Tints of Green Mist #BEBE8D

Color information

#BEBE8D (or 0xBEBE8D) is unknown color: approx Green Mist. HEX triplet: BE, BE and 8D. RGB value is (190,190,141). Sum of RGB (Red+Green+Blue) = 190+190+141=521 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.47% from 521); Green value is 190 (74.61% from 255 or 36.47% from 521); Blue value is 141 (55.47% from 255 or 27.06% from 521); Max value from RGB is 190 - color contains mainly: red, green. Hex color #BEBE8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBE8D is #414172. Grayscale: #B8B8B8. Windows color (decimal): -4276595 or 9289406. OLE color: 9289406.

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

Color convert

RGB190190141-
CMYK000.260.25
HSL60º27.37%64.9%-
HSV(B)60º25.79%74.51%-
XYZ44.4649.732.45-
YUV184.41103.5131.98-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.47%
GREEN value IS 190 (74.61% from 255) = 36.47%
BLUE value IS 141 (55.47% from 255) = 27.06%
R=36.47%
G=36.47%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190190141000.260.256027.3764.9
HexBEBE8D001A193c1b41
Octal2762762150032317433101
Binary101111101011111010001101001101011001111100110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBE8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBE8D; }

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

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

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

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

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

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

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

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