#BABF55

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

Shades of Celery #BABF55

Tints of Celery #BABF55

Color information

#BABF55 (or 0xBABF55) is unknown color: approx Celery. HEX triplet: BA, BF and 55. RGB value is (186,191,85). Sum of RGB (Red+Green+Blue) = 186+191+85=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 191 (75% from 255 or 41.34% from 462); Blue value is 85 (33.59% from 255 or 18.40% from 462); Max value from RGB is 191 - color contains mainly: green. Hex color #BABF55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABF55 is #4540AA. Grayscale: #B1B1B1. Windows color (decimal): -4538539 or 5619642. OLE color: 5619642.

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

Color convert

RGB18619185-
CMYK0.0300.550.25
HSL62.83º45.3%54.12%-
HSV(B)62.83º55.5%74.9%-
XYZ40.5248.3615.79-
YUV177.4275.84134.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.26%
GREEN value IS 191 (75% from 255) = 41.34%
BLUE value IS 85 (33.59% from 255) = 18.40%
R=40.26%
G=41.34%
B=18.40%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal186191850.0300.550.2562.8345.354.12
HexBABF553037193f2d36
Octal272277125306731775566
Binary1011101010111111101010111011011111001111111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABF55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABF55; }

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

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

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

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

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

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

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

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