#BBBF9B

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

Shades of Green Mist #BBBF9B

Tints of Green Mist #BBBF9B

Color information

#BBBF9B (or 0xBBBF9B) is unknown color: approx Green Mist. HEX triplet: BB, BF and 9B. RGB value is (187,191,155). Sum of RGB (Red+Green+Blue) = 187+191+155=533 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.08% from 533); Green value is 191 (75% from 255 or 35.83% from 533); Blue value is 155 (60.94% from 255 or 29.08% from 533); Max value from RGB is 191 - color contains mainly: green. Hex color #BBBF9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBF9B is #444064. Grayscale: #B9B9B9. Windows color (decimal): -4472933 or 10207163. OLE color: 10207163.

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

Color convert

RGB187191155-
CMYK0.0200.190.25
HSL66.67º21.95%67.84%-
HSV(B)66.67º18.85%74.9%-
XYZ45.0450.1938.32-
YUV185.7110.67128.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.08%
GREEN value IS 191 (75% from 255) = 35.83%
BLUE value IS 155 (60.94% from 255) = 29.08%
R=35.08%
G=35.83%
B=29.08%

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
Decimal1871911550.0200.190.2566.6721.9567.84
HexBBBF9B201319431644
Octal27327723320233110326104
Binary10111011101111111001101110010011110011000011101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBF9B; }

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

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

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

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

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

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

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

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