#BAC444

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

Shades of Celery #BAC444

Tints of Celery #BAC444

Color information

#BAC444 (or 0xBAC444) is unknown color: approx Celery. HEX triplet: BA, C4 and 44. RGB value is (186,196,68). Sum of RGB (Red+Green+Blue) = 186+196+68=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 196 (76.95% from 255 or 43.56% from 450); Blue value is 68 (26.95% from 255 or 15.11% from 450); Max value from RGB is 196 - color contains mainly: green. Hex color #BAC444 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC444 is #453BBB. Grayscale: #B2B2B2. Windows color (decimal): -4537276 or 4506810. OLE color: 4506810.

HSL color Cylindrical-coordinate representation of color #BAC444: hue angle of 64.69º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BAC444 is Cyan = 0.05, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.23.

Color convert

RGB18619668-
CMYK0.0500.650.23
HSL64.69º52.03%51.76%-
HSV(B)64.69º65.31%76.86%-
XYZ41.0350.3413.02-
YUV178.4265.69133.41-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.33%
GREEN value IS 196 (76.95% from 255) = 43.56%
BLUE value IS 68 (26.95% from 255) = 15.11%
R=41.33%
G=43.56%
B=15.11%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal186196680.0500.650.2364.6952.0351.76
HexBAC444504117413434
Octal27230410450101271016464
Binary1011101011000100100010010101000001101111000001110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC444; }

 p { color: rgb(186,196,68); }

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

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

 a { background-color: rgb(186,196,68); }

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

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

 span { border-color: rgb(186,196,68); }

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