Html Css Color HEX #BABB91 Green Mist

📋 copy color: '#BABB91'

red 186 ◦ green 187 ◦ blue 145

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

Shades of Green Mist #BABB91

Tints of Green Mist #BABB91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 27.99%

R = 35.91%
G = 36.1%
B = 27.99%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BABB91 (or 0xBABB91) is known color: Green Mist. HEX triplet: BA, BB and 91. RGB value is (186,187,145). Sum of RGB (Red+Green+Blue) = 186+187+145=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 187 (73.44% from 255 or 36.10% from 518); Blue value is 145 (57.03% from 255 or 27.99% from 518); Max value from RGB is 187 - color contains mainly: green. Hex color #BABB91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABB91 is #45446E. Grayscale: #B6B6B6. Windows color (decimal): -4539503 or 9550778. OLE color: 9550778.

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

Color convert

RGB 186 187 145 -
CMYK 0.01 0 0.22 0.27
HSL 61.43º 0.24% 0.65% -
HSV(B) 61.43º 0.22% 0.73% -
XYZ 43.13 48.02 33.78 -
YUV 181.91 107.17 130.92 -
System Red Green Blue C M Y K H S L
Decimal 186 187 145 0.01 0 0.22 0.27 61.43 0.24 0.65
Hex BA BB 91 1 0 16 1B 3D 18 41
Octal 272 273 221 1 0 26 33 75 30 101
Binary 10111010 10111011 10010001 1 0 10110 11011 111101 11000 1000001

Color Harmonies of #BABB91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABB91

Black with #BABB91

Text Example


Text Example

White with #BABB91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABB91; }

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

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

background-color css

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

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

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

border-color css

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

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

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