#BBBF9A

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

Shades of Green Mist #BBBF9A

Tints of Green Mist #BBBF9A

Color information

#BBBF9A (or 0xBBBF9A) is unknown color: approx Green Mist. HEX triplet: BB, BF and 9A. RGB value is (187,191,154). Sum of RGB (Red+Green+Blue) = 187+191+154=532 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.15% from 532); Green value is 191 (75% from 255 or 35.90% from 532); Blue value is 154 (60.55% from 255 or 28.95% from 532); Max value from RGB is 191 - color contains mainly: green. Hex color #BBBF9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBF9A is #444065. Grayscale: #B9B9B9. Windows color (decimal): -4472934 or 10141627. OLE color: 10141627.

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

Color convert

RGB187191154-
CMYK0.0200.190.25
HSL66.49º22.42%67.65%-
HSV(B)66.49º19.37%74.9%-
XYZ44.9650.1637.88-
YUV185.59110.17129.01-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.15%
GREEN value IS 191 (75% from 255) = 35.90%
BLUE value IS 154 (60.55% from 255) = 28.95%
R=35.15%
G=35.90%
B=28.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871911540.0200.190.2566.4922.4267.65
HexBBBF9A201319421644
Octal27327723220233110226104
Binary10111011101111111001101010010011110011000010101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBF9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBF9A; }

 p { color: rgb(187,191,154); }

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

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

 a { background-color: rgb(187,191,154); }

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

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

 span { border-color: rgb(187,191,154); }

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