#BAC049

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

Shades of Celery #BAC049

Tints of Celery #BAC049

Color information

#BAC049 (or 0xBAC049) is unknown color: approx Celery. HEX triplet: BA, C0 and 49. RGB value is (186,192,73). Sum of RGB (Red+Green+Blue) = 186+192+73=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 192 (75.39% from 255 or 42.57% from 451); Blue value is 73 (28.91% from 255 or 16.19% from 451); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC049 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC049 is #453FB6. Grayscale: #B1B1B1. Windows color (decimal): -4538295 or 4833466. OLE color: 4833466.

HSL color Cylindrical-coordinate representation of color #BAC049: hue angle of 63.03º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BAC049 is Cyan = 0.03, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB18619273-
CMYK0.0300.620.25
HSL63.03º48.57%51.96%-
HSV(B)63.03º61.98%75.29%-
XYZ40.348.6213.56-
YUV176.6469.51134.68-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.24%
GREEN value IS 192 (75.39% from 255) = 42.57%
BLUE value IS 73 (28.91% from 255) = 16.19%
R=41.24%
G=42.57%
B=16.19%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal186192730.0300.620.2563.0348.5751.96
HexBAC049303E193f3134
Octal272300111307631776164
Binary1011101011000000100100111011111011001111111110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC049; }

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

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

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

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

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

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

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

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