#BABE55

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

Shades of Celery #BABE55

Tints of Celery #BABE55

Color information

#BABE55 (or 0xBABE55) is unknown color: approx Celery. HEX triplet: BA, BE and 55. RGB value is (186,190,85). Sum of RGB (Red+Green+Blue) = 186+190+85=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 190 (74.61% from 255 or 41.21% from 461); Blue value is 85 (33.59% from 255 or 18.44% from 461); Max value from RGB is 190 - color contains mainly: green. Hex color #BABE55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABE55 is #4541AA. Grayscale: #B1B1B1. Windows color (decimal): -4538795 or 5619386. OLE color: 5619386.

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

Color convert

RGB18619085-
CMYK0.0200.550.25
HSL62.29º44.68%53.92%-
HSV(B)62.29º55.26%74.51%-
XYZ40.347.9215.72-
YUV176.8376.17134.54-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.35%
GREEN value IS 190 (74.61% from 255) = 41.21%
BLUE value IS 85 (33.59% from 255) = 18.44%
R=40.35%
G=41.21%
B=18.44%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal186190850.0200.550.2562.2944.6853.92
HexBABE552037193e2d36
Octal272276125206731765566
Binary1011101010111110101010110011011111001111110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABE55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABE55; }

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

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

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

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

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

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

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

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