#BAD58A

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

Shades of Sprout #BAD58A

Tints of Sprout #BAD58A

Color information

#BAD58A (or 0xBAD58A) is unknown color: approx Sprout. HEX triplet: BA, D5 and 8A. RGB value is (186,213,138). Sum of RGB (Red+Green+Blue) = 186+213+138=537 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.64% from 537); Green value is 213 (83.59% from 255 or 39.66% from 537); Blue value is 138 (54.30% from 255 or 25.70% from 537); Max value from RGB is 213 - color contains mainly: green. Hex color #BAD58A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD58A is #452A75. Grayscale: #C4C4C4. Windows color (decimal): -4532854 or 9098682. OLE color: 9098682.

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

Color convert

RGB186213138-
CMYK0.1300.350.16
HSL81.6º47.17%68.82%-
HSV(B)81.6º35.21%83.53%-
XYZ48.6359.8633.04-
YUV196.3895.05120.6-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.64%
GREEN value IS 213 (83.59% from 255) = 39.66%
BLUE value IS 138 (54.30% from 255) = 25.70%
R=34.64%
G=39.66%
B=25.70%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1862131380.1300.350.1681.647.1768.82
HexBAD58AD02310522f45
Octal272325212150432012257105
Binary101110101101010110001010110101000111000010100101011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD58A; }

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

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

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

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

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

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

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

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