#BAC257

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

Shades of Celery #BAC257

Tints of Celery #BAC257

Color information

#BAC257 (or 0xBAC257) is unknown color: approx Celery. HEX triplet: BA, C2 and 57. RGB value is (186,194,87). Sum of RGB (Red+Green+Blue) = 186+194+87=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 194 (76.17% from 255 or 41.54% from 467); Blue value is 87 (34.38% from 255 or 18.63% from 467); Max value from RGB is 194 - color contains mainly: green. Hex color #BAC257 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC257 is #453DA8. Grayscale: #B3B3B3. Windows color (decimal): -4537769 or 5751482. OLE color: 5751482.

HSL color Cylindrical-coordinate representation of color #BAC257: hue angle of 64.49º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BAC257 is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB18619487-
CMYK0.0400.550.24
HSL64.49º46.72%55.1%-
HSV(B)64.49º55.15%76.08%-
XYZ41.2649.7116.44-
YUV179.4175.85132.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.83%
GREEN value IS 194 (76.17% from 255) = 41.54%
BLUE value IS 87 (34.38% from 255) = 18.63%
R=39.83%
G=41.54%
B=18.63%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal186194870.0400.550.2464.4946.7255.1
HexBAC257403718402f37
Octal2723021274067301005767
Binary101110101100001010101111000110111110001000000101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC257; }

 p { color: rgb(186,194,87); }

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

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

 a { background-color: rgb(186,194,87); }

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

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

 span { border-color: rgb(186,194,87); }

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