Html Css Color HEX #BABA99 Green Mist

📋 copy color: '#BABA99'

red 186 ◦ green 186 ◦ blue 153

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

Shades of Green Mist #BABA99

Tints of Green Mist #BABA99

RGB

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

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

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

R = 35.43%
G = 35.43%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BABA99 (or 0xBABA99) is known color: Green Mist. HEX triplet: BA, BA and 99. RGB value is (186,186,153). Sum of RGB (Red+Green+Blue) = 186+186+153=525 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.43% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 153 (60.16% from 255 or 29.14% from 525); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABA99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABA99 is #454566. Grayscale: #B6B6B6. Windows color (decimal): -4539751 or 10074810. OLE color: 10074810.

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

Color convert

RGB 186 186 153 -
CMYK 0 0 0.18 0.27
HSL 60º 0.19% 0.66% -
HSV(B) 60º 0.18% 0.73% -
XYZ 43.56 47.86 37.08 -
YUV 182.24 111.5 130.68 -
System Red Green Blue C M Y K H S L
Decimal 186 186 153 0 0 0.18 0.27 60 0.19 0.66
Hex BA BA 99 0 0 12 1B 3C 13 42
Octal 272 272 231 0 0 22 33 74 23 102
Binary 10111010 10111010 10011001 0 0 10010 11011 111100 10011 1000010

Color Harmonies of #BABA99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABA99

Black with #BABA99

Text Example


Text Example

White with #BABA99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABA99; }

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

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

background-color css

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

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

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

border-color css

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

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

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