#BAC63F

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

Shades of Celery #BAC63F

Tints of Celery #BAC63F

Color information

#BAC63F (or 0xBAC63F) is unknown color: approx Celery. HEX triplet: BA, C6 and 3F. RGB value is (186,198,63). Sum of RGB (Red+Green+Blue) = 186+198+63=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 198 (77.73% from 255 or 44.30% from 447); Blue value is 63 (25% from 255 or 14.09% from 447); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC63F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC63F is #4539C0. Grayscale: #B3B3B3. Windows color (decimal): -4536769 or 4179642. OLE color: 4179642.

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

Color convert

RGB18619863-
CMYK0.0600.680.22
HSL65.33º54.22%51.18%-
HSV(B)65.33º68.18%77.65%-
XYZ41.3451.1912.4-
YUV179.0262.52132.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.61%
GREEN value IS 198 (77.73% from 255) = 44.30%
BLUE value IS 63 (25% from 255) = 14.09%
R=41.61%
G=44.30%
B=14.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal186198630.0600.680.2265.3354.2251.18
HexBAC63F604416413633
Octal2723067760104261016663
Binary101110101100011011111111001000100101101000001110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC63F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC63F; }

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

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

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

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

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

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

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

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