Html Css Color HEX #BABB8F Green Mist

📋 copy color: '#BABB8F'

red 186 ◦ green 187 ◦ blue 143

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

Shades of Green Mist #BABB8F

Tints of Green Mist #BABB8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 27.71%

R = 36.05%
G = 36.24%
B = 27.71%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BABB8F (or 0xBABB8F) is known color: Green Mist. HEX triplet: BA, BB and 8F. RGB value is (186,187,143). Sum of RGB (Red+Green+Blue) = 186+187+143=516 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.05% from 516); Green value is 187 (73.44% from 255 or 36.24% from 516); Blue value is 143 (56.25% from 255 or 27.71% from 516); Max value from RGB is 187 - color contains mainly: green. Hex color #BABB8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABB8F is #454470. Grayscale: #B5B5B5. Windows color (decimal): -4539505 or 9419706. OLE color: 9419706.

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

Color convert

RGB 186 187 143 -
CMYK 0.01 0 0.24 0.27
HSL 61.36º 0.24% 0.65% -
HSV(B) 61.36º 0.24% 0.73% -
XYZ 42.98 47.96 32.98 -
YUV 181.69 106.17 131.08 -
System Red Green Blue C M Y K H S L
Decimal 186 187 143 0.01 0 0.24 0.27 61.36 0.24 0.65
Hex BA BB 8F 1 0 18 1B 3D 18 41
Octal 272 273 217 1 0 30 33 75 30 101
Binary 10111010 10111011 10001111 1 0 11000 11011 111101 11000 1000001

Color Harmonies of #BABB8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABB8F

Black with #BABB8F

Text Example


Text Example

White with #BABB8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABB8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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