#BBBF92

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

Shades of Green Mist #BBBF92

Tints of Green Mist #BBBF92

Color information

#BBBF92 (or 0xBBBF92) is unknown color: approx Green Mist. HEX triplet: BB, BF and 92. RGB value is (187,191,146). Sum of RGB (Red+Green+Blue) = 187+191+146=524 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.69% from 524); Green value is 191 (75% from 255 or 36.45% from 524); Blue value is 146 (57.42% from 255 or 27.86% from 524); Max value from RGB is 191 - color contains mainly: green. Hex color #BBBF92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBF92 is #44406D. Grayscale: #B8B8B8. Windows color (decimal): -4472942 or 9617339. OLE color: 9617339.

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

Color convert

RGB187191146-
CMYK0.0200.240.25
HSL65.33º26.01%66.08%-
HSV(B)65.33º23.56%74.9%-
XYZ44.3149.934.49-
YUV184.67106.17129.66-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.69%
GREEN value IS 191 (75% from 255) = 36.45%
BLUE value IS 146 (57.42% from 255) = 27.86%
R=35.69%
G=36.45%
B=27.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871911460.0200.240.2565.3326.0166.08
HexBBBF92201819411a42
Octal27327722220303110132102
Binary10111011101111111001001010011000110011000001110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBF92; }

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

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

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

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

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

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

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

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