#BABD44

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

Shades of Celery #BABD44

Tints of Celery #BABD44

Color information

#BABD44 (or 0xBABD44) is unknown color: approx Celery. HEX triplet: BA, BD and 44. RGB value is (186,189,68). Sum of RGB (Red+Green+Blue) = 186+189+68=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 189 (74.22% from 255 or 42.66% from 443); Blue value is 68 (26.95% from 255 or 15.35% from 443); Max value from RGB is 189 - color contains mainly: green. Hex color #BABD44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABD44 is #4542BB. Grayscale: #AEAEAE. Windows color (decimal): -4539068 or 4505018. OLE color: 4505018.

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

Color convert

RGB18618968-
CMYK0.0200.640.26
HSL61.49º47.83%50.39%-
HSV(B)61.49º64.02%74.12%-
XYZ39.4947.2512.51-
YUV174.3168.01136.34-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.99%
GREEN value IS 189 (74.22% from 255) = 42.66%
BLUE value IS 68 (26.95% from 255) = 15.35%
R=41.99%
G=42.66%
B=15.35%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal186189680.0200.640.2661.4947.8350.39
HexBABD4420401A3d3032
Octal2722751042010032756062
Binary10111010101111011000100100100000011010111101110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABD44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABD44; }

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

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

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

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

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

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

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

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