#BAD48E

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

Shades of Sprout #BAD48E

Tints of Sprout #BAD48E

Color information

#BAD48E (or 0xBAD48E) is unknown color: approx Sprout. HEX triplet: BA, D4 and 8E. RGB value is (186,212,142). Sum of RGB (Red+Green+Blue) = 186+212+142=540 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.44% from 540); Green value is 212 (83.20% from 255 or 39.26% from 540); Blue value is 142 (55.86% from 255 or 26.30% from 540); Max value from RGB is 212 - color contains mainly: green. Hex color #BAD48E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD48E is #452B71. Grayscale: #C4C4C4. Windows color (decimal): -4533106 or 9360570. OLE color: 9360570.

HSL color Cylindrical-coordinate representation of color #BAD48E: hue angle of 82.29º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BAD48E is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB186212142-
CMYK0.1200.330.17
HSL82.29º44.87%69.41%-
HSV(B)82.29º33.02%83.14%-
XYZ48.6859.4834.51-
YUV196.2597.39120.69-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.44%
GREEN value IS 212 (83.20% from 255) = 39.26%
BLUE value IS 142 (55.86% from 255) = 26.30%
R=34.44%
G=39.26%
B=26.30%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1862121420.1200.330.1782.2944.8769.41
HexBAD48EC02111522d45
Octal272324216140412112255105
Binary101110101101010010001110110001000011000110100101011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD48E; }

 p { color: rgb(186,212,142); }

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

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

 a { background-color: rgb(186,212,142); }

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

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

 span { border-color: rgb(186,212,142); }

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