#BAB649

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

Shades of Celery #BAB649

Tints of Celery #BAB649

Color information

#BAB649 (or 0xBAB649) is unknown color: approx Celery. HEX triplet: BA, B6 and 49. RGB value is (186,182,73). Sum of RGB (Red+Green+Blue) = 186+182+73=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 182 (71.48% from 255 or 41.27% from 441); Blue value is 73 (28.91% from 255 or 16.55% from 441); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB649 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB649 is #4549B6. Grayscale: #ABABAB. Windows color (decimal): -4540855 or 4830906. OLE color: 4830906.

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

Color convert

RGB18618273-
CMYK00.020.610.27
HSL57.88º45.02%50.78%-
HSV(B)57.88º60.75%72.94%-
XYZ38.1844.3812.86-
YUV170.7772.83138.86-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.18%
GREEN value IS 182 (71.48% from 255) = 41.27%
BLUE value IS 73 (28.91% from 255) = 16.55%
R=42.18%
G=41.27%
B=16.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861827300.020.610.2757.8845.0250.78
HexBAB649023D1B3a2d33
Octal272266111027533725563
Binary1011101010110110100100101011110111011111010101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB649; }

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

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

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

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

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

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

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

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