Html Css Color HEX #BAD18F Sprout

📋 copy color: '#BAD18F'

red 186 ◦ green 209 ◦ blue 143

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

Shades of Sprout #BAD18F

Tints of Sprout #BAD18F

RGB

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

 GREEN value IS 209 (82.03% from 255) = 38.85%

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

R = 34.57%
G = 38.85%
B = 26.58%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#BAD18F (or 0xBAD18F) is known color: Sprout. HEX triplet: BA, D1 and 8F. RGB value is (186,209,143). Sum of RGB (Red+Green+Blue) = 186+209+143=538 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.57% from 538); Green value is 209 (82.03% from 255 or 38.85% from 538); Blue value is 143 (56.25% from 255 or 26.58% from 538); Max value from RGB is 209 - color contains mainly: green. Hex color #BAD18F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD18F is #452E70. Grayscale: #C2C2C2. Windows color (decimal): -4533873 or 9425338. OLE color: 9425338.

HSL color Cylindrical-coordinate representation of color #BAD18F: hue angle of 80.91º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BAD18F is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB 186 209 143 -
CMYK 0.11 0 0.32 0.18
HSL 80.91º 0.42% 0.69% -
HSV(B) 80.91º 0.32% 0.82% -
XYZ 48.01 58.02 34.66 -
YUV 194.6 98.88 121.87 -
System Red Green Blue C M Y K H S L
Decimal 186 209 143 0.11 0 0.32 0.18 80.91 0.42 0.69
Hex BA D1 8F B 0 20 12 51 2A 45
Octal 272 321 217 13 0 40 22 121 52 105
Binary 10111010 11010001 10001111 1011 0 100000 10010 1010001 101010 1000101

Color Harmonies of #BAD18F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD18F

Black with #BAD18F

Text Example


Text Example

White with #BAD18F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD18F; }

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

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

background-color css

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

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

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

border-color css

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

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

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