#BAC13D

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

Shades of Celery #BAC13D

Tints of Celery #BAC13D

Color information

#BAC13D (or 0xBAC13D) is unknown color: approx Celery. HEX triplet: BA, C1 and 3D. RGB value is (186,193,61). Sum of RGB (Red+Green+Blue) = 186+193+61=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 193 (75.78% from 255 or 43.86% from 440); Blue value is 61 (24.22% from 255 or 13.86% from 440); Max value from RGB is 193 - color contains mainly: green. Hex color #BAC13D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC13D is #453EC2. Grayscale: #B0B0B0. Windows color (decimal): -4538051 or 4047290. OLE color: 4047290.

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

Color convert

RGB18619361-
CMYK0.0400.680.24
HSL63.18º51.97%49.8%-
HSV(B)63.18º68.39%75.69%-
XYZ40.1648.9211.74-
YUV175.8663.18135.23-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.27%
GREEN value IS 193 (75.78% from 255) = 43.86%
BLUE value IS 61 (24.22% from 255) = 13.86%
R=42.27%
G=43.86%
B=13.86%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal186193610.0400.680.2463.1851.9749.8
HexBAC13D4044183f3432
Octal272301754010430776462
Binary10111010110000011111011000100010011000111111110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC13D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC13D; }

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

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

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

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

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

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

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

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