#BAD18C

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

Shades of Sprout #BAD18C

Tints of Sprout #BAD18C

Color information

#BAD18C (or 0xBAD18C) is unknown color: approx Sprout. HEX triplet: BA, D1 and 8C. RGB value is (186,209,140). Sum of RGB (Red+Green+Blue) = 186+209+140=535 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.77% from 535); Green value is 209 (82.03% from 255 or 39.07% from 535); Blue value is 140 (55.08% from 255 or 26.17% from 535); Max value from RGB is 209 - color contains mainly: green. Hex color #BAD18C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD18C is #452E73. Grayscale: #C2C2C2. Windows color (decimal): -4533876 or 9228730. OLE color: 9228730.

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

Color convert

RGB186209140-
CMYK0.1100.330.18
HSL80º42.86%68.43%-
HSV(B)80º33.01%81.96%-
XYZ47.7857.9333.47-
YUV194.2697.38122.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.77%
GREEN value IS 209 (82.03% from 255) = 39.07%
BLUE value IS 140 (55.08% from 255) = 26.17%
R=34.77%
G=39.07%
B=26.17%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1862091400.1100.330.188042.8668.43
HexBAD18CB02112502b44
Octal272321214130412212053104
Binary101110101101000110001100101101000011001010100001010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD18C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD18C; }

 p { color: rgb(186,209,140); }

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

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

 a { background-color: rgb(186,209,140); }

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

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

 span { border-color: rgb(186,209,140); }

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