#BAC14C

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

Shades of Celery #BAC14C

Tints of Celery #BAC14C

Color information

#BAC14C (or 0xBAC14C) is unknown color: approx Celery. HEX triplet: BA, C1 and 4C. RGB value is (186,193,76). Sum of RGB (Red+Green+Blue) = 186+193+76=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 193 (75.78% from 255 or 42.42% from 455); Blue value is 76 (30.08% from 255 or 16.70% from 455); Max value from RGB is 193 - color contains mainly: green. Hex color #BAC14C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC14C is #453EB3. Grayscale: #B2B2B2. Windows color (decimal): -4538036 or 5030330. OLE color: 5030330.

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

Color convert

RGB18619376-
CMYK0.0400.610.24
HSL63.59º48.55%52.75%-
HSV(B)63.59º60.62%75.69%-
XYZ40.6249.114.17-
YUV177.5770.68134.01-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.88%
GREEN value IS 193 (75.78% from 255) = 42.42%
BLUE value IS 76 (30.08% from 255) = 16.70%
R=40.88%
G=42.42%
B=16.70%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal186193760.0400.610.2463.5948.5552.75
HexBAC14C403D18403135
Octal2723011144075301006165
Binary101110101100000110011001000111101110001000000110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC14C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC14C; }

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

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

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

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

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

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

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

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