#BAD28A

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

Shades of Sprout #BAD28A

Tints of Sprout #BAD28A

Color information

#BAD28A (or 0xBAD28A) is unknown color: approx Sprout. HEX triplet: BA, D2 and 8A. RGB value is (186,210,138). Sum of RGB (Red+Green+Blue) = 186+210+138=534 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.83% from 534); Green value is 210 (82.42% from 255 or 39.33% from 534); Blue value is 138 (54.30% from 255 or 25.84% from 534); Max value from RGB is 210 - color contains mainly: green. Hex color #BAD28A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD28A is #452D75. Grayscale: #C2C2C2. Windows color (decimal): -4533622 or 9097914. OLE color: 9097914.

HSL color Cylindrical-coordinate representation of color #BAD28A: hue angle of 80º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BAD28A is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB186210138-
CMYK0.1100.340.18
HSL80º44.44%68.24%-
HSV(B)80º34.29%82.35%-
XYZ47.8858.3732.79-
YUV194.6296.05121.85-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.83%
GREEN value IS 210 (82.42% from 255) = 39.33%
BLUE value IS 138 (54.30% from 255) = 25.84%
R=34.83%
G=39.33%
B=25.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1862101380.1100.340.188044.4468.24
HexBAD28AB02212502c44
Octal272322212130422212054104
Binary101110101101001010001010101101000101001010100001011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD28A; }

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

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

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

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

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

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

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

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