Html Css Color HEX #BABB99 Green Mist

📋 copy color: '#BABB99'

red 186 ◦ green 187 ◦ blue 153

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

Shades of Green Mist #BABB99

Tints of Green Mist #BABB99

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #BABB99: hue angle of 61.76º 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 #BABB99 is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 187 153 -
CMYK 0.01 0 0.18 0.27
HSL 61.76º 0.2% 0.67% -
HSV(B) 61.76º 0.18% 0.73% -
XYZ 43.77 48.28 37.15 -
YUV 182.83 111.17 130.26 -
System Red Green Blue C M Y K H S L
Decimal 186 187 153 0.01 0 0.18 0.27 61.76 0.2 0.67
Hex BA BB 99 1 0 12 1B 3E 14 43
Octal 272 273 231 1 0 22 33 76 24 103
Binary 10111010 10111011 10011001 1 0 10010 11011 111110 10100 1000011

Color Harmonies of #BABB99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABB99

Black with #BABB99

Text Example


Text Example

White with #BABB99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABB99; }

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

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

background-color css

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

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

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

border-color css

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

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

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