#BAC642

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

Shades of Celery #BAC642

Tints of Celery #BAC642

Color information

#BAC642 (or 0xBAC642) is unknown color: approx Celery. HEX triplet: BA, C6 and 42. RGB value is (186,198,66). Sum of RGB (Red+Green+Blue) = 186+198+66=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 198 (77.73% from 255 or 44% from 450); Blue value is 66 (26.17% from 255 or 14.67% from 450); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC642 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC642 is #4539BD. Grayscale: #B3B3B3. Windows color (decimal): -4536766 or 4376250. OLE color: 4376250.

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

Color convert

RGB18619866-
CMYK0.0600.670.22
HSL65.45º53.66%51.76%-
HSV(B)65.45º66.67%77.65%-
XYZ41.4351.2212.86-
YUV179.3664.02132.73-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.33%
GREEN value IS 198 (77.73% from 255) = 44%
BLUE value IS 66 (26.17% from 255) = 14.67%
R=41.33%
G=44%
B=14.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal186198660.0600.670.2265.4553.6651.76
HexBAC642604316413634
Octal27230610260103261016664
Binary1011101011000110100001011001000011101101000001110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC642; }

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

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

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

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

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

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

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

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