#BAD590

Color #BAD590 Sprout (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sprout #BAD590

Tints of Sprout #BAD590

Color information

#BAD590 (or 0xBAD590) is unknown color: approx Sprout. HEX triplet: BA, D5 and 90. RGB value is (186,213,144). Sum of RGB (Red+Green+Blue) = 186+213+144=543 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.25% from 543); Green value is 213 (83.59% from 255 or 39.23% from 543); Blue value is 144 (56.64% from 255 or 26.52% from 543); Max value from RGB is 213 - color contains mainly: green. Hex color #BAD590 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD590 is #452A6F. Grayscale: #C5C5C5. Windows color (decimal): -4532848 or 9491898. OLE color: 9491898.

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

Color convert

RGB186213144-
CMYK0.1300.320.16
HSL83.48º45.1%70%-
HSV(B)83.48º32.39%83.53%-
XYZ49.0860.0435.39-
YUV197.0698.05120.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.25%
GREEN value IS 213 (83.59% from 255) = 39.23%
BLUE value IS 144 (56.64% from 255) = 26.52%
R=34.25%
G=39.23%
B=26.52%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1862131440.1300.320.1683.4845.170
HexBAD590D02010532d46
Octal272325220150402012355106
Binary101110101101010110010000110101000001000010100111011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD590; }

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

 H1.HeaderClassName
 {
   color: #BAD590;
 }
 .AnyTagClassName
 {
   color: #BAD590;
 }
</style>
background-color css

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

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

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

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

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

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