#BAD147

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

Shades of Celery #BAD147

Tints of Celery #BAD147

Color information

#BAD147 (or 0xBAD147) is unknown color: approx Celery. HEX triplet: BA, D1 and 47. RGB value is (186,209,71). Sum of RGB (Red+Green+Blue) = 186+209+71=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 209 (82.03% from 255 or 44.85% from 466); Blue value is 71 (28.12% from 255 or 15.24% from 466); Max value from RGB is 209 - color contains mainly: green. Hex color #BAD147 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD147 is #452EB8. Grayscale: #BABABA. Windows color (decimal): -4533945 or 4706746. OLE color: 4706746.

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

Color convert

RGB18620971-
CMYK0.1100.660.18
HSL70º60%54.9%-
HSV(B)70º66.03%81.96%-
XYZ44.1956.4914.54-
YUV186.3962.88127.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.91%
GREEN value IS 209 (82.03% from 255) = 44.85%
BLUE value IS 71 (28.12% from 255) = 15.24%
R=39.91%
G=44.85%
B=15.24%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal186209710.1100.660.18706054.9
HexBAD147B04212463c37
Octal272321107130102221067467
Binary10111010110100011000111101101000010100101000110111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD147; }

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

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

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

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

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

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

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

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