#BAC140

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

Shades of Celery #BAC140

Tints of Celery #BAC140

Color information

#BAC140 (or 0xBAC140) is unknown color: approx Celery. HEX triplet: BA, C1 and 40. RGB value is (186,193,64). Sum of RGB (Red+Green+Blue) = 186+193+64=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 193 (75.78% from 255 or 43.57% from 443); Blue value is 64 (25.39% from 255 or 14.45% from 443); Max value from RGB is 193 - color contains mainly: green. Hex color #BAC140 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC140 is #453EBF. Grayscale: #B0B0B0. Windows color (decimal): -4538048 or 4243898. OLE color: 4243898.

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

Color convert

RGB18619364-
CMYK0.0400.670.24
HSL63.26º50.99%50.39%-
HSV(B)63.26º66.84%75.69%-
XYZ40.2548.9512.18-
YUV176.264.68134.99-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.99%
GREEN value IS 193 (75.78% from 255) = 43.57%
BLUE value IS 64 (25.39% from 255) = 14.45%
R=41.99%
G=43.57%
B=14.45%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal186193640.0400.670.2463.2650.9950.39
HexBAC1404043183f3332
Octal2723011004010330776362
Binary101110101100000110000001000100001111000111111110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC140; }

 p { color: rgb(186,193,64); }

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

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

 a { background-color: rgb(186,193,64); }

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

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

 span { border-color: rgb(186,193,64); }

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