#BABF57

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

Shades of Celery #BABF57

Tints of Celery #BABF57

Color information

#BABF57 (or 0xBABF57) is unknown color: approx Celery. HEX triplet: BA, BF and 57. RGB value is (186,191,87). Sum of RGB (Red+Green+Blue) = 186+191+87=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 191 (75% from 255 or 41.16% from 464); Blue value is 87 (34.38% from 255 or 18.75% from 464); Max value from RGB is 191 - color contains mainly: green. Hex color #BABF57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABF57 is #4540A8. Grayscale: #B2B2B2. Windows color (decimal): -4538537 or 5750714. OLE color: 5750714.

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

Color convert

RGB18619187-
CMYK0.0300.540.25
HSL62.88º44.83%54.51%-
HSV(B)62.88º54.45%74.9%-
XYZ40.648.3916.22-
YUV177.6576.84133.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.09%
GREEN value IS 191 (75% from 255) = 41.16%
BLUE value IS 87 (34.38% from 255) = 18.75%
R=40.09%
G=41.16%
B=18.75%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal186191870.0300.540.2562.8844.8354.51
HexBABF573036193f2d37
Octal272277127306631775567
Binary1011101010111111101011111011011011001111111101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABF57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABF57; }

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

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

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

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

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

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

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

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