Html Css Color HEX #BAD09D Sprout

📋 copy color: '#BAD09D'

red 186 ◦ green 208 ◦ blue 157

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

Shades of Sprout #BAD09D

Tints of Sprout #BAD09D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 37.75%

 BLUE value IS 157 (61.72% from 255) = 28.49%

R = 33.76%
G = 37.75%
B = 28.49%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#BAD09D (or 0xBAD09D) is known color: Sprout. HEX triplet: BA, D0 and 9D. RGB value is (186,208,157). Sum of RGB (Red+Green+Blue) = 186+208+157=551 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.76% from 551); Green value is 208 (81.64% from 255 or 37.75% from 551); Blue value is 157 (61.72% from 255 or 28.49% from 551); Max value from RGB is 208 - color contains mainly: green. Hex color #BAD09D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD09D is #452F62. Grayscale: #C3C3C3. Windows color (decimal): -4534115 or 10342586. OLE color: 10342586.

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

Color convert

RGB 186 208 157 -
CMYK 0.11 0 0.25 0.18
HSL 85.88º 0.35% 0.72% -
HSV(B) 85.88º 0.25% 0.82% -
XYZ 48.89 57.99 40.51 -
YUV 195.61 106.21 121.15 -
System Red Green Blue C M Y K H S L
Decimal 186 208 157 0.11 0 0.25 0.18 85.88 0.35 0.72
Hex BA D0 9D B 0 19 12 56 23 48
Octal 272 320 235 13 0 31 22 126 43 110
Binary 10111010 11010000 10011101 1011 0 11001 10010 1010110 100011 1001000

Color Harmonies of #BAD09D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD09D

Black with #BAD09D

Text Example


Text Example

White with #BAD09D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD09D; }

 p { color: rgb(186,208,157); }

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

background-color css

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

 a { background-color: rgb(186,208,157); }

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

border-color css

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

 span { border-color: rgb(186,208,157); }

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