#BAC045

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

Shades of Celery #BAC045

Tints of Celery #BAC045

Color information

#BAC045 (or 0xBAC045) is unknown color: approx Celery. HEX triplet: BA, C0 and 45. RGB value is (186,192,69). Sum of RGB (Red+Green+Blue) = 186+192+69=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 192 (75.39% from 255 or 42.95% from 447); Blue value is 69 (27.34% from 255 or 15.44% from 447); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC045 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC045 is #453FBA. Grayscale: #B0B0B0. Windows color (decimal): -4538299 or 4571322. OLE color: 4571322.

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

Color convert

RGB18619269-
CMYK0.0300.640.25
HSL62.93º49.4%51.18%-
HSV(B)62.93º64.06%75.29%-
XYZ40.1748.5712.89-
YUV176.1867.51135-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.61%
GREEN value IS 192 (75.39% from 255) = 42.95%
BLUE value IS 69 (27.34% from 255) = 15.44%
R=41.61%
G=42.95%
B=15.44%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal186192690.0300.640.2562.9349.451.18
HexBAC0453040193f3133
Octal2723001053010031776163
Binary10111010110000001000101110100000011001111111110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC045; }

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

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

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

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

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

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

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

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