Html Css Color HEX #BABD99 Green Mist

📋 copy color: '#BABD99'

red 186 ◦ green 189 ◦ blue 153

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

Shades of Green Mist #BABD99

Tints of Green Mist #BABD99

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.8%

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

R = 35.23%
G = 35.8%
B = 28.98%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BABD99 (or 0xBABD99) is known color: Green Mist. HEX triplet: BA, BD and 99. RGB value is (186,189,153). Sum of RGB (Red+Green+Blue) = 186+189+153=528 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.23% from 528); Green value is 189 (74.22% from 255 or 35.80% from 528); Blue value is 153 (60.16% from 255 or 28.98% from 528); Max value from RGB is 189 - color contains mainly: green. Hex color #BABD99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BABD99 is #454266. Grayscale: #B8B8B8. Windows color (decimal): -4538983 or 10075578. OLE color: 10075578.

HSL color Cylindrical-coordinate representation of color #BABD99: hue angle of 65º 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 #BABD99 is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB 186 189 153 -
CMYK 0.02 0 0.19 0.26
HSL 65º 0.21% 0.67% -
HSV(B) 65º 0.19% 0.74% -
XYZ 44.2 49.13 37.29 -
YUV 184 110.51 129.43 -
System Red Green Blue C M Y K H S L
Decimal 186 189 153 0.02 0 0.19 0.26 65 0.21 0.67
Hex BA BD 99 2 0 13 1A 41 15 43
Octal 272 275 231 2 0 23 32 101 25 103
Binary 10111010 10111101 10011001 10 0 10011 11010 1000001 10101 1000011

Color Harmonies of #BABD99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABD99

Black with #BABD99

Text Example


Text Example

White with #BABD99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABD99; }

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

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

background-color css

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

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

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

border-color css

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

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

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