#BBBF94

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

Shades of Green Mist #BBBF94

Tints of Green Mist #BBBF94

Color information

#BBBF94 (or 0xBBBF94) is unknown color: approx Green Mist. HEX triplet: BB, BF and 94. RGB value is (187,191,148). Sum of RGB (Red+Green+Blue) = 187+191+148=526 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.55% from 526); Green value is 191 (75% from 255 or 36.31% from 526); Blue value is 148 (58.20% from 255 or 28.14% from 526); Max value from RGB is 191 - color contains mainly: green. Hex color #BBBF94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBF94 is #44406B. Grayscale: #B9B9B9. Windows color (decimal): -4472940 or 9748411. OLE color: 9748411.

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

Color convert

RGB187191148-
CMYK0.0200.230.25
HSL65.58º25.15%66.47%-
HSV(B)65.58º22.51%74.9%-
XYZ44.4749.9635.32-
YUV184.9107.17129.5-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.55%
GREEN value IS 191 (75% from 255) = 36.31%
BLUE value IS 148 (58.20% from 255) = 28.14%
R=35.55%
G=36.31%
B=28.14%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871911480.0200.230.2565.5825.1566.47
HexBBBF94201719421942
Octal27327722420273110231102
Binary10111011101111111001010010010111110011000010110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBF94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBF94; }

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

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

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

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

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

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

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

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