Html Css Color HEX #BAD59A Sprout

📋 copy color: '#BAD59A'

red 186 ◦ green 213 ◦ blue 154

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

Shades of Sprout #BAD59A

Tints of Sprout #BAD59A

RGB

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

 GREEN value IS 213 (83.59% from 255) = 38.52%

 BLUE value IS 154 (60.55% from 255) = 27.85%

R = 33.63%
G = 38.52%
B = 27.85%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#BAD59A (or 0xBAD59A) is known color: Sprout. HEX triplet: BA, D5 and 9A. RGB value is (186,213,154). Sum of RGB (Red+Green+Blue) = 186+213+154=553 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.63% from 553); Green value is 213 (83.59% from 255 or 38.52% from 553); Blue value is 154 (60.55% from 255 or 27.85% from 553); Max value from RGB is 213 - color contains mainly: green. Hex color #BAD59A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD59A is #452A65. Grayscale: #C6C6C6. Windows color (decimal): -4532838 or 10147258. OLE color: 10147258.

HSL color Cylindrical-coordinate representation of color #BAD59A: hue angle of 87.46º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BAD59A is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 213 154 -
CMYK 0.13 0 0.28 0.16
HSL 87.46º 0.41% 0.72% -
HSV(B) 87.46º 0.28% 0.84% -
XYZ 49.88 60.36 39.59 -
YUV 198.2 103.05 119.3 -
System Red Green Blue C M Y K H S L
Decimal 186 213 154 0.13 0 0.28 0.16 87.46 0.41 0.72
Hex BA D5 9A D 0 1C 10 57 29 48
Octal 272 325 232 15 0 34 20 127 51 110
Binary 10111010 11010101 10011010 1101 0 11100 10000 1010111 101001 1001000

Color Harmonies of #BAD59A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD59A

Black with #BAD59A

Text Example


Text Example

White with #BAD59A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD59A; }

 p { color: rgb(186,213,154); }

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

background-color css

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

 a { background-color: rgb(186,213,154); }

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

border-color css

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

 span { border-color: rgb(186,213,154); }

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