#BBBF8C

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

Shades of Green Mist #BBBF8C

Tints of Green Mist #BBBF8C

Color information

#BBBF8C (or 0xBBBF8C) is unknown color: approx Green Mist. HEX triplet: BB, BF and 8C. RGB value is (187,191,140). Sum of RGB (Red+Green+Blue) = 187+191+140=518 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.10% from 518); Green value is 191 (75% from 255 or 36.87% from 518); Blue value is 140 (55.08% from 255 or 27.03% from 518); Max value from RGB is 191 - color contains mainly: green. Hex color #BBBF8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBF8C is #444073. Grayscale: #B8B8B8. Windows color (decimal): -4472948 or 9224123. OLE color: 9224123.

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

Color convert

RGB187191140-
CMYK0.0200.270.25
HSL64.71º28.49%64.9%-
HSV(B)64.71º26.7%74.9%-
XYZ43.8649.7232.1-
YUV183.99103.17130.15-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.10%
GREEN value IS 191 (75% from 255) = 36.87%
BLUE value IS 140 (55.08% from 255) = 27.03%
R=36.10%
G=36.87%
B=27.03%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871911400.0200.270.2564.7128.4964.9
HexBBBF8C201B19411c41
Octal27327721420333110134101
Binary10111011101111111000110010011011110011000001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBF8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBF8C; }

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

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

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

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

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

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

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

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