Html Css Color HEX #BAD690 Sprout

📋 copy color: '#BAD690'

red 186 ◦ green 214 ◦ blue 144

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

Shades of Sprout #BAD690

Tints of Sprout #BAD690

RGB

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

 GREEN value IS 214 (83.98% from 255) = 39.34%

 BLUE value IS 144 (56.64% from 255) = 26.47%

R = 34.19%
G = 39.34%
B = 26.47%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#BAD690 (or 0xBAD690) is known color: Sprout. HEX triplet: BA, D6 and 90. RGB value is (186,214,144). Sum of RGB (Red+Green+Blue) = 186+214+144=544 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.19% from 544); Green value is 214 (83.98% from 255 or 39.34% from 544); Blue value is 144 (56.64% from 255 or 26.47% from 544); Max value from RGB is 214 - color contains mainly: green. Hex color #BAD690 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD690 is #45296F. Grayscale: #C5C5C5. Windows color (decimal): -4532592 or 9492154. OLE color: 9492154.

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

Color convert

RGB 186 214 144 -
CMYK 0.13 0 0.33 0.16
HSL 84º 0.46% 0.7% -
HSV(B) 84º 0.33% 0.84% -
XYZ 49.33 60.55 35.47 -
YUV 197.65 97.72 119.69 -
System Red Green Blue C M Y K H S L
Decimal 186 214 144 0.13 0 0.33 0.16 84 0.46 0.7
Hex BA D6 90 D 0 21 10 54 2E 46
Octal 272 326 220 15 0 41 20 124 56 106
Binary 10111010 11010110 10010000 1101 0 100001 10000 1010100 101110 1000110

Color Harmonies of #BAD690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD690

Black with #BAD690

Text Example


Text Example

White with #BAD690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD690; }

 p { color: rgb(186,214,144); }

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

background-color css

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

 a { background-color: rgb(186,214,144); }

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

border-color css

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

 span { border-color: rgb(186,214,144); }

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