#BAB749

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

Shades of Celery #BAB749

Tints of Celery #BAB749

Color information

#BAB749 (or 0xBAB749) is unknown color: approx Celery. HEX triplet: BA, B7 and 49. RGB value is (186,183,73). Sum of RGB (Red+Green+Blue) = 186+183+73=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 183 (71.88% from 255 or 41.40% from 442); Blue value is 73 (28.91% from 255 or 16.52% from 442); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB749 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB749 is #4548B6. Grayscale: #ABABAB. Windows color (decimal): -4540599 or 4831162. OLE color: 4831162.

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

Color convert

RGB18618373-
CMYK00.020.610.27
HSL58.41º45.02%50.78%-
HSV(B)58.41º60.75%72.94%-
XYZ38.3944.7912.92-
YUV171.3672.49138.44-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.08%
GREEN value IS 183 (71.88% from 255) = 41.40%
BLUE value IS 73 (28.91% from 255) = 16.52%
R=42.08%
G=41.40%
B=16.52%

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
Decimal1861837300.020.610.2758.4145.0250.78
HexBAB749023D1B3a2d33
Octal272267111027533725563
Binary1011101010110111100100101011110111011111010101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB749; }

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

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

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

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

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

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

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

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