#BAC456

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

Shades of Celery #BAC456

Tints of Celery #BAC456

Color information

#BAC456 (or 0xBAC456) is unknown color: approx Celery. HEX triplet: BA, C4 and 56. RGB value is (186,196,86). Sum of RGB (Red+Green+Blue) = 186+196+86=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 196 (76.95% from 255 or 41.88% from 468); Blue value is 86 (33.98% from 255 or 18.38% from 468); Max value from RGB is 196 - color contains mainly: green. Hex color #BAC456 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC456 is #453BA9. Grayscale: #B4B4B4. Windows color (decimal): -4537258 or 5686458. OLE color: 5686458.

HSL color Cylindrical-coordinate representation of color #BAC456: hue angle of 65.45º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BAC456 is Cyan = 0.05, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.23.

Color convert

RGB18619686-
CMYK0.0500.560.23
HSL65.45º48.25%55.29%-
HSV(B)65.45º56.12%76.86%-
XYZ41.6750.5916.37-
YUV180.4774.69131.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.74%
GREEN value IS 196 (76.95% from 255) = 41.88%
BLUE value IS 86 (33.98% from 255) = 18.38%
R=39.74%
G=41.88%
B=18.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal186196860.0500.560.2365.4548.2555.29
HexBAC456503817413037
Octal2723041265070271016067
Binary101110101100010010101101010111000101111000001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC456; }

 p { color: rgb(186,196,86); }

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

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

 a { background-color: rgb(186,196,86); }

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

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

 span { border-color: rgb(186,196,86); }

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