#BAC645

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

Shades of Celery #BAC645

Tints of Celery #BAC645

Color information

#BAC645 (or 0xBAC645) is unknown color: approx Celery. HEX triplet: BA, C6 and 45. RGB value is (186,198,69). Sum of RGB (Red+Green+Blue) = 186+198+69=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 198 (77.73% from 255 or 43.71% from 453); Blue value is 69 (27.34% from 255 or 15.23% from 453); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC645 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC645 is #4539BA. Grayscale: #B4B4B4. Windows color (decimal): -4536763 or 4572858. OLE color: 4572858.

HSL color Cylindrical-coordinate representation of color #BAC645: hue angle of 65.58º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BAC645 is Cyan = 0.06, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB18619869-
CMYK0.0600.650.22
HSL65.58º53.09%52.35%-
HSV(B)65.58º65.15%77.65%-
XYZ41.5251.2613.34-
YUV179.7165.52132.49-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.06%
GREEN value IS 198 (77.73% from 255) = 43.71%
BLUE value IS 69 (27.34% from 255) = 15.23%
R=41.06%
G=43.71%
B=15.23%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal186198690.0600.650.2265.5853.0952.35
HexBAC645604116423534
Octal27230610560101261026564
Binary1011101011000110100010111001000001101101000010110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC645; }

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

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

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

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

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

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

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

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