#BAC648

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

Shades of Celery #BAC648

Tints of Celery #BAC648

Color information

#BAC648 (or 0xBAC648) is unknown color: approx Celery. HEX triplet: BA, C6 and 48. RGB value is (186,198,72). Sum of RGB (Red+Green+Blue) = 186+198+72=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 198 (77.73% from 255 or 43.42% from 456); Blue value is 72 (28.52% from 255 or 15.79% from 456); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC648 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC648 is #4539B7. Grayscale: #B4B4B4. Windows color (decimal): -4536760 or 4769466. OLE color: 4769466.

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

Color convert

RGB18619872-
CMYK0.0600.640.22
HSL65.71º52.5%52.94%-
HSV(B)65.71º63.64%77.65%-
XYZ41.6151.313.84-
YUV180.0567.02132.25-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.79%
GREEN value IS 198 (77.73% from 255) = 43.42%
BLUE value IS 72 (28.52% from 255) = 15.79%
R=40.79%
G=43.42%
B=15.79%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal186198720.0600.640.2265.7152.552.94
HexBAC648604016423535
Octal27230611060100261026565
Binary1011101011000110100100011001000000101101000010110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC648; }

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

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

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

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

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

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

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

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