#BAC139

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

Shades of Celery #BAC139

Tints of Celery #BAC139

Color information

#BAC139 (or 0xBAC139) is unknown color: approx Celery. HEX triplet: BA, C1 and 39. RGB value is (186,193,57). Sum of RGB (Red+Green+Blue) = 186+193+57=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 193 (75.78% from 255 or 44.27% from 436); Blue value is 57 (22.66% from 255 or 13.07% from 436); Max value from RGB is 193 - color contains mainly: green. Hex color #BAC139 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC139 is #453EC6. Grayscale: #AFAFAF. Windows color (decimal): -4538055 or 3785146. OLE color: 3785146.

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

Color convert

RGB18619357-
CMYK0.0400.700.24
HSL63.09º54.4%49.02%-
HSV(B)63.09º70.47%75.69%-
XYZ40.0648.8711.19-
YUV175.461.18135.56-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.66%
GREEN value IS 193 (75.78% from 255) = 44.27%
BLUE value IS 57 (22.66% from 255) = 13.07%
R=42.66%
G=44.27%
B=13.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal186193570.0400.700.2463.0954.449.02
HexBAC1394046183f3631
Octal272301714010630776661
Binary10111010110000011110011000100011011000111111110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC139; }

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

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

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

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

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

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

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

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