Html Css Color HEX #BABB9E Green Mist

📋 copy color: '#BABB9E'

red 186 ◦ green 187 ◦ blue 158

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

Shades of Green Mist #BABB9E

Tints of Green Mist #BABB9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 29.76%

R = 35.03%
G = 35.22%
B = 29.76%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BABB9E (or 0xBABB9E) is known color: Green Mist. HEX triplet: BA, BB and 9E. RGB value is (186,187,158). Sum of RGB (Red+Green+Blue) = 186+187+158=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 187 (73.44% from 255 or 35.22% from 531); Blue value is 158 (62.11% from 255 or 29.76% from 531); Max value from RGB is 187 - color contains mainly: green. Hex color #BABB9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABB9E is #454461. Grayscale: #B7B7B7. Windows color (decimal): -4539490 or 10402746. OLE color: 10402746.

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

Color convert

RGB 186 187 158 -
CMYK 0.01 0 0.16 0.27
HSL 62.07º 0.18% 0.68% -
HSV(B) 62.07º 0.16% 0.73% -
XYZ 44.19 48.45 39.37 -
YUV 183.4 113.67 129.86 -
System Red Green Blue C M Y K H S L
Decimal 186 187 158 0.01 0 0.16 0.27 62.07 0.18 0.68
Hex BA BB 9E 1 0 10 1B 3E 12 44
Octal 272 273 236 1 0 20 33 76 22 104
Binary 10111010 10111011 10011110 1 0 10000 11011 111110 10010 1000100

Color Harmonies of #BABB9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABB9E

Black with #BABB9E

Text Example


Text Example

White with #BABB9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABB9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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