#BABE54

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

Shades of Celery #BABE54

Tints of Celery #BABE54

Color information

#BABE54 (or 0xBABE54) is unknown color: approx Celery. HEX triplet: BA, BE and 54. RGB value is (186,190,84). Sum of RGB (Red+Green+Blue) = 186+190+84=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 190 (74.61% from 255 or 41.30% from 460); Blue value is 84 (33.20% from 255 or 18.26% from 460); Max value from RGB is 190 - color contains mainly: green. Hex color #BABE54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABE54 is #4541AB. Grayscale: #B1B1B1. Windows color (decimal): -4538796 or 5553850. OLE color: 5553850.

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

Color convert

RGB18619084-
CMYK0.0200.560.25
HSL62.26º44.92%53.73%-
HSV(B)62.26º55.79%74.51%-
XYZ40.2647.9115.51-
YUV176.7275.67134.62-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.43%
GREEN value IS 190 (74.61% from 255) = 41.30%
BLUE value IS 84 (33.20% from 255) = 18.26%
R=40.43%
G=41.30%
B=18.26%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal186190840.0200.560.2562.2644.9253.73
HexBABE542038193e2d36
Octal272276124207031765566
Binary1011101010111110101010010011100011001111110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABE54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABE54; }

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

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

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

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

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

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

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

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