#BAD245

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

Shades of Celery #BAD245

Tints of Celery #BAD245

Color information

#BAD245 (or 0xBAD245) is unknown color: approx Celery. HEX triplet: BA, D2 and 45. RGB value is (186,210,69). Sum of RGB (Red+Green+Blue) = 186+210+69=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 210 (82.42% from 255 or 45.16% from 465); Blue value is 69 (27.34% from 255 or 14.84% from 465); Max value from RGB is 210 - color contains mainly: green. Hex color #BAD245 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD245 is #452DBA. Grayscale: #BBBBBB. Windows color (decimal): -4533691 or 4575930. OLE color: 4575930.

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

Color convert

RGB18621069-
CMYK0.1100.670.18
HSL70.21º61.04%54.71%-
HSV(B)70.21º67.14%82.35%-
XYZ44.3756.9614.29-
YUV186.7561.55127.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40%
GREEN value IS 210 (82.42% from 255) = 45.16%
BLUE value IS 69 (27.34% from 255) = 14.84%
R=40%
G=45.16%
B=14.84%

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
Decimal186210690.1100.670.1870.2161.0454.71
HexBAD245B04312463d37
Octal272322105130103221067567
Binary10111010110100101000101101101000011100101000110111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD245; }

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

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

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

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

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

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

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

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