#BBBE95

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

Shades of Green Mist #BBBE95

Tints of Green Mist #BBBE95

Color information

#BBBE95 (or 0xBBBE95) is unknown color: approx Green Mist. HEX triplet: BB, BE and 95. RGB value is (187,190,149). Sum of RGB (Red+Green+Blue) = 187+190+149=526 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.55% from 526); Green value is 190 (74.61% from 255 or 36.12% from 526); Blue value is 149 (58.59% from 255 or 28.33% from 526); Max value from RGB is 190 - color contains mainly: green. Hex color #BBBE95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBE95 is #44416A. Grayscale: #B8B8B8. Windows color (decimal): -4473195 or 9813691. OLE color: 9813691.

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

Color convert

RGB187190149-
CMYK0.0200.220.25
HSL64.39º23.98%66.47%-
HSV(B)64.39º21.58%74.51%-
XYZ44.3349.5635.66-
YUV184.43108.01129.83-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.55%
GREEN value IS 190 (74.61% from 255) = 36.12%
BLUE value IS 149 (58.59% from 255) = 28.33%
R=35.55%
G=36.12%
B=28.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871901490.0200.220.2564.3923.9866.47
HexBBBE95201619401842
Octal27327622520263110030102
Binary10111011101111101001010110010110110011000000110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBE95; }

 p { color: rgb(187,190,149); }

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

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

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

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

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

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

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