#BABE40

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

Shades of Celery #BABE40

Tints of Celery #BABE40

Color information

#BABE40 (or 0xBABE40) is unknown color: approx Celery. HEX triplet: BA, BE and 40. RGB value is (186,190,64). Sum of RGB (Red+Green+Blue) = 186+190+64=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 190 (74.61% from 255 or 43.18% from 440); Blue value is 64 (25.39% from 255 or 14.55% from 440); Max value from RGB is 190 - color contains mainly: green. Hex color #BABE40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABE40 is #4541BF. Grayscale: #AEAEAE. Windows color (decimal): -4538816 or 4243130. OLE color: 4243130.

HSL color Cylindrical-coordinate representation of color #BABE40: hue angle of 61.9º degrees, saturation: 0.5, 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 #BABE40 is Cyan = 0.02, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB18619064-
CMYK0.0200.660.25
HSL61.9º49.61%49.8%-
HSV(B)61.9º66.32%74.51%-
XYZ39.5947.6411.96-
YUV174.4465.67136.25-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.27%
GREEN value IS 190 (74.61% from 255) = 43.18%
BLUE value IS 64 (25.39% from 255) = 14.55%
R=42.27%
G=43.18%
B=14.55%

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
Decimal186190640.0200.660.2561.949.6149.8
HexBABE402042193e3232
Octal2722761002010231766262
Binary10111010101111101000000100100001011001111110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABE40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABE40; }

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

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

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

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

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

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

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

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