#BBBF98

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

Shades of Green Mist #BBBF98

Tints of Green Mist #BBBF98

Color information

#BBBF98 (or 0xBBBF98) is unknown color: approx Green Mist. HEX triplet: BB, BF and 98. RGB value is (187,191,152). Sum of RGB (Red+Green+Blue) = 187+191+152=530 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.28% from 530); Green value is 191 (75% from 255 or 36.04% from 530); Blue value is 152 (59.77% from 255 or 28.68% from 530); Max value from RGB is 191 - color contains mainly: green. Hex color #BBBF98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBF98 is #444067. Grayscale: #B9B9B9. Windows color (decimal): -4472936 or 10010555. OLE color: 10010555.

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

Color convert

RGB187191152-
CMYK0.0200.200.25
HSL66.15º23.35%67.25%-
HSV(B)66.15º20.42%74.9%-
XYZ44.7950.0937.01-
YUV185.36109.17129.17-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.28%
GREEN value IS 191 (75% from 255) = 36.04%
BLUE value IS 152 (59.77% from 255) = 28.68%
R=35.28%
G=36.04%
B=28.68%

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
Decimal1871911520.0200.200.2566.1523.3567.25
HexBBBF98201419421743
Octal27327723020243110227103
Binary10111011101111111001100010010100110011000010101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBF98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBF98; }

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

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

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

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

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

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

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

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