Html Css Color HEX #BBBA99 Green Mist

📋 copy color: '#BBBA99'

red 187 ◦ green 186 ◦ blue 153

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

Shades of Green Mist #BBBA99

Tints of Green Mist #BBBA99

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.36%

 BLUE value IS 153 (60.16% from 255) = 29.09%

R = 35.55%
G = 35.36%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BBBA99 (or 0xBBBA99) is known color: Green Mist. HEX triplet: BB, BA and 99. RGB value is (187,186,153). Sum of RGB (Red+Green+Blue) = 187+186+153=526 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.55% from 526); Green value is 186 (73.05% from 255 or 35.36% from 526); Blue value is 153 (60.16% from 255 or 29.09% from 526); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBA99 is #444566. Grayscale: #B6B6B6. Windows color (decimal): -4474215 or 10074811. OLE color: 10074811.

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

Color convert

RGB 187 186 153 -
CMYK 0 0.01 0.18 0.27
HSL 58.24º 0.2% 0.67% -
HSV(B) 58.24º 0.18% 0.73% -
XYZ 43.8 47.98 37.09 -
YUV 182.54 111.33 131.18 -
System Red Green Blue C M Y K H S L
Decimal 187 186 153 0 0.01 0.18 0.27 58.24 0.2 0.67
Hex BB BA 99 0 1 12 1B 3A 14 43
Octal 273 272 231 0 1 22 33 72 24 103
Binary 10111011 10111010 10011001 0 1 10010 11011 111010 10100 1000011

Color Harmonies of #BBBA99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBA99

Black with #BBBA99

Text Example


Text Example

White with #BBBA99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBA99; }

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

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

background-color css

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

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

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

border-color css

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

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

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