#BAB548

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

Shades of Celery #BAB548

Tints of Celery #BAB548

Color information

#BAB548 (or 0xBAB548) is unknown color: approx Celery. HEX triplet: BA, B5 and 48. RGB value is (186,181,72). Sum of RGB (Red+Green+Blue) = 186+181+72=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 181 (71.09% from 255 or 41.23% from 439); Blue value is 72 (28.52% from 255 or 16.40% from 439); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB548 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB548 is #454AB7. Grayscale: #AAAAAA. Windows color (decimal): -4541112 or 4765114. OLE color: 4765114.

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

Color convert

RGB18618172-
CMYK00.030.610.27
HSL57.37º45.24%50.59%-
HSV(B)57.37º61.29%72.94%-
XYZ37.9443.9512.62-
YUV170.0772.66139.36-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.37%
GREEN value IS 181 (71.09% from 255) = 41.23%
BLUE value IS 72 (28.52% from 255) = 16.40%
R=42.37%
G=41.23%
B=16.40%

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
Decimal1861817200.030.610.2757.3745.2450.59
HexBAB548033D1B392d33
Octal272265110037533715563
Binary1011101010110101100100001111110111011111001101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB548; }

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

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

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

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

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

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

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

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