#BAC654

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

Shades of Celery #BAC654

Tints of Celery #BAC654

Color information

#BAC654 (or 0xBAC654) is unknown color: approx Celery. HEX triplet: BA, C6 and 54. RGB value is (186,198,84). Sum of RGB (Red+Green+Blue) = 186+198+84=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 198 (77.73% from 255 or 42.31% from 468); Blue value is 84 (33.20% from 255 or 17.95% from 468); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC654 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC654 is #4539AB. Grayscale: #B5B5B5. Windows color (decimal): -4536748 or 5555898. OLE color: 5555898.

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

Color convert

RGB18619884-
CMYK0.0600.580.22
HSL66.32º50%55.29%-
HSV(B)66.32º57.58%77.65%-
XYZ42.0451.4716.11-
YUV181.4273.02131.27-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.74%
GREEN value IS 198 (77.73% from 255) = 42.31%
BLUE value IS 84 (33.20% from 255) = 17.95%
R=39.74%
G=42.31%
B=17.95%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal186198840.0600.580.2266.325055.29
HexBAC654603A16423237
Octal2723061246072261026267
Binary101110101100011010101001100111010101101000010110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC654; }

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

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

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

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

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

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

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

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