#BAC445

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

Shades of Celery #BAC445

Tints of Celery #BAC445

Color information

#BAC445 (or 0xBAC445) is unknown color: approx Celery. HEX triplet: BA, C4 and 45. RGB value is (186,196,69). Sum of RGB (Red+Green+Blue) = 186+196+69=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 196 (76.95% from 255 or 43.46% from 451); Blue value is 69 (27.34% from 255 or 15.30% from 451); Max value from RGB is 196 - color contains mainly: green. Hex color #BAC445 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC445 is #453BBA. Grayscale: #B3B3B3. Windows color (decimal): -4537275 or 4572346. OLE color: 4572346.

HSL color Cylindrical-coordinate representation of color #BAC445: hue angle of 64.72º 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 #BAC445 is Cyan = 0.05, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.23.

Color convert

RGB18619669-
CMYK0.0500.650.23
HSL64.72º51.84%51.96%-
HSV(B)64.72º64.8%76.86%-
XYZ41.0650.3513.18-
YUV178.5366.19133.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.24%
GREEN value IS 196 (76.95% from 255) = 43.46%
BLUE value IS 69 (27.34% from 255) = 15.30%
R=41.24%
G=43.46%
B=15.30%

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
Decimal186196690.0500.650.2364.7251.8451.96
HexBAC445504117413434
Octal27230410550101271016464
Binary1011101011000100100010110101000001101111000001110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC445; }

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

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

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

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

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

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

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

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