#BAB549

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

Shades of Celery #BAB549

Tints of Celery #BAB549

Color information

#BAB549 (or 0xBAB549) is unknown color: approx Celery. HEX triplet: BA, B5 and 49. RGB value is (186,181,73). Sum of RGB (Red+Green+Blue) = 186+181+73=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 181 (71.09% from 255 or 41.14% from 440); Blue value is 73 (28.91% from 255 or 16.59% from 440); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB549 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB549 is #454AB6. Grayscale: #AAAAAA. Windows color (decimal): -4541111 or 4830650. OLE color: 4830650.

HSL color Cylindrical-coordinate representation of color #BAB549: hue angle of 57.35º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BAB549 is Cyan = 0, Magento = 0.03, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB18618173-
CMYK00.030.610.27
HSL57.35º45.02%50.78%-
HSV(B)57.35º60.75%72.94%-
XYZ37.9843.9712.79-
YUV170.1873.16139.28-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.27%
GREEN value IS 181 (71.09% from 255) = 41.14%
BLUE value IS 73 (28.91% from 255) = 16.59%
R=42.27%
G=41.14%
B=16.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861817300.030.610.2757.3545.0250.78
HexBAB549033D1B392d33
Octal272265111037533715563
Binary1011101010110101100100101111110111011111001101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB549; }

 p { color: rgb(186,181,73); }

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

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

 a { background-color: rgb(186,181,73); }

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

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

 span { border-color: rgb(186,181,73); }

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