#BAD588

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

Shades of Sprout #BAD588

Tints of Sprout #BAD588

Color information

#BAD588 (or 0xBAD588) is unknown color: approx Sprout. HEX triplet: BA, D5 and 88. RGB value is (186,213,136). Sum of RGB (Red+Green+Blue) = 186+213+136=535 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.77% from 535); Green value is 213 (83.59% from 255 or 39.81% from 535); Blue value is 136 (53.52% from 255 or 25.42% from 535); Max value from RGB is 213 - color contains mainly: green. Hex color #BAD588 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD588 is #452A77. Grayscale: #C4C4C4. Windows color (decimal): -4532856 or 8967610. OLE color: 8967610.

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

Color convert

RGB186213136-
CMYK0.1300.360.16
HSL81.04º47.83%68.43%-
HSV(B)81.04º36.15%83.53%-
XYZ48.4959.8132.28-
YUV196.1594.05120.76-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.77%
GREEN value IS 213 (83.59% from 255) = 39.81%
BLUE value IS 136 (53.52% from 255) = 25.42%
R=34.77%
G=39.81%
B=25.42%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1862131360.1300.360.1681.0447.8368.43
HexBAD588D02410513044
Octal272325210150442012160104
Binary101110101101010110001000110101001001000010100011100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD588; }

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

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

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

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

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

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

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

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