Html Css Color HEX #BABC8F Green Mist

📋 copy color: '#BABC8F'

red 186 ◦ green 188 ◦ blue 143

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

Shades of Green Mist #BABC8F

Tints of Green Mist #BABC8F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.36%

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

R = 35.98%
G = 36.36%
B = 27.66%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BABC8F (or 0xBABC8F) is known color: Green Mist. HEX triplet: BA, BC and 8F. RGB value is (186,188,143). Sum of RGB (Red+Green+Blue) = 186+188+143=517 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.98% from 517); Green value is 188 (73.83% from 255 or 36.36% from 517); Blue value is 143 (56.25% from 255 or 27.66% from 517); Max value from RGB is 188 - color contains mainly: green. Hex color #BABC8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABC8F is #454370. Grayscale: #B6B6B6. Windows color (decimal): -4539249 or 9419962. OLE color: 9419962.

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

Color convert

RGB 186 188 143 -
CMYK 0.01 0 0.24 0.26
HSL 62.67º 0.25% 0.65% -
HSV(B) 62.67º 0.24% 0.74% -
XYZ 43.19 48.39 33.05 -
YUV 182.27 105.84 130.66 -
System Red Green Blue C M Y K H S L
Decimal 186 188 143 0.01 0 0.24 0.26 62.67 0.25 0.65
Hex BA BC 8F 1 0 18 1A 3F 19 41
Octal 272 274 217 1 0 30 32 77 31 101
Binary 10111010 10111100 10001111 1 0 11000 11010 111111 11001 1000001

Color Harmonies of #BABC8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABC8F

Black with #BABC8F

Text Example


Text Example

White with #BABC8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABC8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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