#BAD04A

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

Shades of Celery #BAD04A

Tints of Celery #BAD04A

Color information

#BAD04A (or 0xBAD04A) is unknown color: approx Celery. HEX triplet: BA, D0 and 4A. RGB value is (186,208,74). Sum of RGB (Red+Green+Blue) = 186+208+74=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 208 (81.64% from 255 or 44.44% from 468); Blue value is 74 (29.30% from 255 or 15.81% from 468); Max value from RGB is 208 - color contains mainly: green. Hex color #BAD04A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD04A is #452FB5. Grayscale: #BABABA. Windows color (decimal): -4534198 or 4903098. OLE color: 4903098.

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

Color convert

RGB18620874-
CMYK0.1100.640.18
HSL69.85º58.77%55.29%-
HSV(B)69.85º64.42%81.57%-
XYZ44.0456.0514.98-
YUV186.1564.71127.9-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.74%
GREEN value IS 208 (81.64% from 255) = 44.44%
BLUE value IS 74 (29.30% from 255) = 15.81%
R=39.74%
G=44.44%
B=15.81%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal186208740.1100.640.1869.8558.7755.29
HexBAD04AB04012463b37
Octal272320112130100221067367
Binary10111010110100001001010101101000000100101000110111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD04A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD04A; }

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

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

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

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

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

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

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

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