Html Css Color HEX #BABC99 Green Mist

📋 copy color: '#BABC99'

red 186 ◦ green 188 ◦ blue 153

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

Shades of Green Mist #BABC99

Tints of Green Mist #BABC99

RGB

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

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

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

R = 35.29%
G = 35.67%
B = 29.03%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BABC99 (or 0xBABC99) is known color: Green Mist. HEX triplet: BA, BC and 99. RGB value is (186,188,153). Sum of RGB (Red+Green+Blue) = 186+188+153=527 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.29% from 527); Green value is 188 (73.83% from 255 or 35.67% from 527); Blue value is 153 (60.16% from 255 or 29.03% from 527); Max value from RGB is 188 - color contains mainly: green. Hex color #BABC99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABC99 is #454366. Grayscale: #B7B7B7. Windows color (decimal): -4539239 or 10075322. OLE color: 10075322.

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

Color convert

RGB 186 188 153 -
CMYK 0.01 0 0.19 0.26
HSL 63.43º 0.21% 0.67% -
HSV(B) 63.43º 0.19% 0.74% -
XYZ 43.98 48.71 37.22 -
YUV 183.41 110.84 129.85 -
System Red Green Blue C M Y K H S L
Decimal 186 188 153 0.01 0 0.19 0.26 63.43 0.21 0.67
Hex BA BC 99 1 0 13 1A 3F 15 43
Octal 272 274 231 1 0 23 32 77 25 103
Binary 10111010 10111100 10011001 1 0 10011 11010 111111 10101 1000011

Color Harmonies of #BABC99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABC99

Black with #BABC99

Text Example


Text Example

White with #BABC99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABC99; }

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

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

background-color css

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

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

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

border-color css

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

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

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