#BBBA98

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

Shades of Green Mist #BBBA98

Tints of Green Mist #BBBA98

Color information

#BBBA98 (or 0xBBBA98) is unknown color: approx Green Mist. HEX triplet: BB, BA and 98. RGB value is (187,186,152). Sum of RGB (Red+Green+Blue) = 187+186+152=525 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.62% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 152 (59.77% from 255 or 28.95% from 525); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBA98 is #444567. Grayscale: #B6B6B6. Windows color (decimal): -4474216 or 10009275. OLE color: 10009275.

HSL color Cylindrical-coordinate representation of color #BBBA98: hue angle of 58.29º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBBA98 is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB187186152-
CMYK00.010.190.27
HSL58.29º20.47%66.47%-
HSV(B)58.29º18.72%73.33%-
XYZ43.7247.9536.66-
YUV182.42110.83131.26-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.62%
GREEN value IS 186 (73.05% from 255) = 35.43%
BLUE value IS 152 (59.77% from 255) = 28.95%
R=35.62%
G=35.43%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718615200.010.190.2758.2920.4766.47
HexBBBA9801131B3a1442
Octal2732722300123337224102
Binary101110111011101010011000011001111011111010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBA98; }

 p { color: rgb(187,186,152); }

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

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

 a { background-color: rgb(187,186,152); }

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

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

 span { border-color: rgb(187,186,152); }

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