#BABF54

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

Shades of Celery #BABF54

Tints of Celery #BABF54

Color information

#BABF54 (or 0xBABF54) is unknown color: approx Celery. HEX triplet: BA, BF and 54. RGB value is (186,191,84). Sum of RGB (Red+Green+Blue) = 186+191+84=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 191 (75% from 255 or 41.43% from 461); Blue value is 84 (33.20% from 255 or 18.22% from 461); Max value from RGB is 191 - color contains mainly: green. Hex color #BABF54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABF54 is #4540AB. Grayscale: #B1B1B1. Windows color (decimal): -4538540 or 5554106. OLE color: 5554106.

HSL color Cylindrical-coordinate representation of color #BABF54: hue angle of 62.8º degrees, saturation: 0.46, 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 #BABF54 is Cyan = 0.03, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB18619184-
CMYK0.0300.560.25
HSL62.8º45.53%53.92%-
HSV(B)62.8º56.02%74.9%-
XYZ40.4848.3415.58-
YUV177.3175.34134.2-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.35%
GREEN value IS 191 (75% from 255) = 41.43%
BLUE value IS 84 (33.20% from 255) = 18.22%
R=40.35%
G=41.43%
B=18.22%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal186191840.0300.560.2562.845.5353.92
HexBABF543038193f2e36
Octal272277124307031775666
Binary1011101010111111101010011011100011001111111101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABF54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABF54; }

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

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

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

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

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

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

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

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