#BABC51

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

Shades of Celery #BABC51

Tints of Celery #BABC51

Color information

#BABC51 (or 0xBABC51) is unknown color: approx Celery. HEX triplet: BA, BC and 51. RGB value is (186,188,81). Sum of RGB (Red+Green+Blue) = 186+188+81=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 188 (73.83% from 255 or 41.32% from 455); Blue value is 81 (32.03% from 255 or 17.80% from 455); Max value from RGB is 188 - color contains mainly: green. Hex color #BABC51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABC51 is #4543AE. Grayscale: #AFAFAF. Windows color (decimal): -4539311 or 5356730. OLE color: 5356730.

HSL color Cylindrical-coordinate representation of color #BABC51: hue angle of 61.12º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BABC51 is Cyan = 0.01, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB18618881-
CMYK0.0100.570.26
HSL61.12º44.4%52.75%-
HSV(B)61.12º56.91%73.73%-
XYZ39.724714.76-
YUV175.274.84135.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.88%
GREEN value IS 188 (73.83% from 255) = 41.32%
BLUE value IS 81 (32.03% from 255) = 17.80%
R=40.88%
G=41.32%
B=17.80%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal186188810.0100.570.2661.1244.452.75
HexBABC5110391A3d2c35
Octal272274121107132755465
Binary101110101011110010100011011100111010111101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABC51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABC51; }

 p { color: rgb(186,188,81); }

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

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

 a { background-color: rgb(186,188,81); }

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

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

 span { border-color: rgb(186,188,81); }

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