#BABE41

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

Shades of Celery #BABE41

Tints of Celery #BABE41

Color information

#BABE41 (or 0xBABE41) is unknown color: approx Celery. HEX triplet: BA, BE and 41. RGB value is (186,190,65). Sum of RGB (Red+Green+Blue) = 186+190+65=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 190 (74.61% from 255 or 43.08% from 441); Blue value is 65 (25.78% from 255 or 14.74% from 441); Max value from RGB is 190 - color contains mainly: green. Hex color #BABE41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABE41 is #4541BE. Grayscale: #AFAFAF. Windows color (decimal): -4538815 or 4308666. OLE color: 4308666.

HSL color Cylindrical-coordinate representation of color #BABE41: hue angle of 61.92º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BABE41 is Cyan = 0.02, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB18619065-
CMYK0.0200.660.25
HSL61.92º49.02%50%-
HSV(B)61.92º65.79%74.51%-
XYZ39.6247.6512.11-
YUV174.5566.17136.16-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.18%
GREEN value IS 190 (74.61% from 255) = 43.08%
BLUE value IS 65 (25.78% from 255) = 14.74%
R=42.18%
G=43.08%
B=14.74%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal186190650.0200.660.2561.9249.0250
HexBABE412042193e3132
Octal2722761012010231766162
Binary10111010101111101000001100100001011001111110110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABE41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABE41; }

 p { color: rgb(186,190,65); }

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

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

 a { background-color: rgb(186,190,65); }

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

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

 span { border-color: rgb(186,190,65); }

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