Html Css Color HEX #BBBB96 Green Mist

📋 copy color: '#BBBB96'

red 187 ◦ green 187 ◦ blue 150

#BBBB96
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Mist #BBBB96

Tints of Green Mist #BBBB96

RGB

 RED value IS 187 (73.44% from 255) = 35.69%

 GREEN value IS 187 (73.44% from 255) = 35.69%

 BLUE value IS 150 (58.98% from 255) = 28.63%

R = 35.69%
G = 35.69%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BBBB96 (or 0xBBBB96) is known color: Green Mist. HEX triplet: BB, BB and 96. RGB value is (187,187,150). Sum of RGB (Red+Green+Blue) = 187+187+150=524 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.69% from 524); Green value is 187 (73.44% from 255 or 35.69% from 524); Blue value is 150 (58.98% from 255 or 28.63% from 524); Max value from RGB is 187 - color contains mainly: red, green. Hex color #BBBB96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBB96 is #444469. Grayscale: #B6B6B6. Windows color (decimal): -4473962 or 9878459. OLE color: 9878459.

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

Color convert

RGB 187 187 150 -
CMYK 0 0 0.20 0.27
HSL 60º 0.21% 0.66% -
HSV(B) 60º 0.2% 0.73% -
XYZ 43.77 48.31 35.87 -
YUV 182.78 109.5 131.01 -
System Red Green Blue C M Y K H S L
Decimal 187 187 150 0 0 0.20 0.27 60 0.21 0.66
Hex BB BB 96 0 0 14 1B 3C 15 42
Octal 273 273 226 0 0 24 33 74 25 102
Binary 10111011 10111011 10010110 0 0 10100 11011 111100 10101 1000010

Color Harmonies of #BBBB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBB96

Black with #BBBB96

Text Example


Text Example

White with #BBBB96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBB96; }

 p { color: rgb(187,187,150); }

 H1.HeaderClassName
 {
   color: #BBBB96;
 }
 .AnyTagClassName
 {
   color: #BBBB96;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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