#BAD045

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

Shades of Celery #BAD045

Tints of Celery #BAD045

Color information

#BAD045 (or 0xBAD045) is unknown color: approx Celery. HEX triplet: BA, D0 and 45. RGB value is (186,208,69). Sum of RGB (Red+Green+Blue) = 186+208+69=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 208 (81.64% from 255 or 44.92% from 463); Blue value is 69 (27.34% from 255 or 14.90% from 463); Max value from RGB is 208 - color contains mainly: green. Hex color #BAD045 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD045 is #452FBA. Grayscale: #BABABA. Windows color (decimal): -4534203 or 4575418. OLE color: 4575418.

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

Color convert

RGB18620869-
CMYK0.1100.670.18
HSL69.5º59.66%54.31%-
HSV(B)69.5º66.83%81.57%-
XYZ43.8855.9814.12-
YUV185.5862.21128.3-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.17%
GREEN value IS 208 (81.64% from 255) = 44.92%
BLUE value IS 69 (27.34% from 255) = 14.90%
R=40.17%
G=44.92%
B=14.90%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal186208690.1100.670.1869.559.6654.31
HexBAD045B04312453c36
Octal272320105130103221057466
Binary10111010110100001000101101101000011100101000101111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD045; }

 p { color: rgb(186,208,69); }

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

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

 a { background-color: rgb(186,208,69); }

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

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

 span { border-color: rgb(186,208,69); }

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