#BBBF99

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

Shades of Green Mist #BBBF99

Tints of Green Mist #BBBF99

Color information

#BBBF99 (or 0xBBBF99) is unknown color: approx Green Mist. HEX triplet: BB, BF and 99. RGB value is (187,191,153). Sum of RGB (Red+Green+Blue) = 187+191+153=531 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.22% from 531); Green value is 191 (75% from 255 or 35.97% from 531); Blue value is 153 (60.16% from 255 or 28.81% from 531); Max value from RGB is 191 - color contains mainly: green. Hex color #BBBF99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBF99 is #444066. Grayscale: #B9B9B9. Windows color (decimal): -4472935 or 10076091. OLE color: 10076091.

HSL color Cylindrical-coordinate representation of color #BBBF99: hue angle of 66.32º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBBF99 is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB187191153-
CMYK0.0200.200.25
HSL66.32º22.89%67.45%-
HSV(B)66.32º19.9%74.9%-
XYZ44.8750.1337.45-
YUV185.47109.67129.09-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.22%
GREEN value IS 191 (75% from 255) = 35.97%
BLUE value IS 153 (60.16% from 255) = 28.81%
R=35.22%
G=35.97%
B=28.81%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871911530.0200.200.2566.3222.8967.45
HexBBBF99201419421743
Octal27327723120243110227103
Binary10111011101111111001100110010100110011000010101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBF99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBF99; }

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

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

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

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

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

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

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

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