#BAC743

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

Shades of Celery #BAC743

Tints of Celery #BAC743

Color information

#BAC743 (or 0xBAC743) is unknown color: approx Celery. HEX triplet: BA, C7 and 43. RGB value is (186,199,67). Sum of RGB (Red+Green+Blue) = 186+199+67=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 199 (78.12% from 255 or 44.03% from 452); Blue value is 67 (26.56% from 255 or 14.82% from 452); Max value from RGB is 199 - color contains mainly: green. Hex color #BAC743 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC743 is #4538BC. Grayscale: #B4B4B4. Windows color (decimal): -4536509 or 4442042. OLE color: 4442042.

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

Color convert

RGB18619967-
CMYK0.0700.660.22
HSL65.91º54.1%52.16%-
HSV(B)65.91º66.33%78.04%-
XYZ41.6951.6913.09-
YUV180.0664.19132.23-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.15%
GREEN value IS 199 (78.12% from 255) = 44.03%
BLUE value IS 67 (26.56% from 255) = 14.82%
R=41.15%
G=44.03%
B=14.82%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal186199670.0700.660.2265.9154.152.16
HexBAC743704216423634
Octal27230710370102261026664
Binary1011101011000111100001111101000010101101000010110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC743; }

 p { color: rgb(186,199,67); }

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

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

 a { background-color: rgb(186,199,67); }

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

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

 span { border-color: rgb(186,199,67); }

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