#BABD45

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

Shades of Celery #BABD45

Tints of Celery #BABD45

Color information

#BABD45 (or 0xBABD45) is unknown color: approx Celery. HEX triplet: BA, BD and 45. RGB value is (186,189,69). Sum of RGB (Red+Green+Blue) = 186+189+69=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 189 (74.22% from 255 or 42.57% from 444); Blue value is 69 (27.34% from 255 or 15.54% from 444); Max value from RGB is 189 - color contains mainly: green. Hex color #BABD45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABD45 is #4542BA. Grayscale: #AEAEAE. Windows color (decimal): -4539067 or 4570554. OLE color: 4570554.

HSL color Cylindrical-coordinate representation of color #BABD45: hue angle of 61.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BABD45 is Cyan = 0.02, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB18618969-
CMYK0.0200.630.26
HSL61.5º47.62%50.59%-
HSV(B)61.5º63.49%74.12%-
XYZ39.5247.2612.67-
YUV174.4268.51136.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.89%
GREEN value IS 189 (74.22% from 255) = 42.57%
BLUE value IS 69 (27.34% from 255) = 15.54%
R=41.89%
G=42.57%
B=15.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal186189690.0200.630.2661.547.6250.59
HexBABD45203F1A3e3033
Octal272275105207732766063
Binary1011101010111101100010110011111111010111110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABD45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABD45; }

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

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

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

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

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

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

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

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