#BAD88A

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

Shades of Sprout #BAD88A

Tints of Sprout #BAD88A

Color information

#BAD88A (or 0xBAD88A) is unknown color: approx Sprout. HEX triplet: BA, D8 and 8A. RGB value is (186,216,138). Sum of RGB (Red+Green+Blue) = 186+216+138=540 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.44% from 540); Green value is 216 (84.77% from 255 or 40% from 540); Blue value is 138 (54.30% from 255 or 25.56% from 540); Max value from RGB is 216 - color contains mainly: green. Hex color #BAD88A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD88A is #452775. Grayscale: #C6C6C6. Windows color (decimal): -4532086 or 9099450. OLE color: 9099450.

HSL color Cylindrical-coordinate representation of color #BAD88A: hue angle of 83.08º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BAD88A is Cyan = 0.14, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB186216138-
CMYK0.1400.360.15
HSL83.08º50%69.41%-
HSV(B)83.08º36.11%84.71%-
XYZ49.3961.3933.29-
YUV198.1494.06119.34-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.44%
GREEN value IS 216 (84.77% from 255) = 40%
BLUE value IS 138 (54.30% from 255) = 25.56%
R=34.44%
G=40%
B=25.56%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1862161380.1400.360.1583.085069.41
HexBAD88AE024F533245
Octal272330212160441712362105
Binary10111010110110001000101011100100100111110100111100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD88A; }

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

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

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

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

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

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

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

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