#BAC14A

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

Shades of Celery #BAC14A

Tints of Celery #BAC14A

Color information

#BAC14A (or 0xBAC14A) is unknown color: approx Celery. HEX triplet: BA, C1 and 4A. RGB value is (186,193,74). Sum of RGB (Red+Green+Blue) = 186+193+74=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 193 (75.78% from 255 or 42.60% from 453); Blue value is 74 (29.30% from 255 or 16.34% from 453); Max value from RGB is 193 - color contains mainly: green. Hex color #BAC14A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC14A is #453EB5. Grayscale: #B1B1B1. Windows color (decimal): -4538038 or 4899258. OLE color: 4899258.

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

Color convert

RGB18619374-
CMYK0.0400.620.24
HSL63.53º48.97%52.35%-
HSV(B)63.53º61.66%75.69%-
XYZ40.5649.0713.81-
YUV177.3469.68134.18-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.06%
GREEN value IS 193 (75.78% from 255) = 42.60%
BLUE value IS 74 (29.30% from 255) = 16.34%
R=41.06%
G=42.60%
B=16.34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal186193740.0400.620.2463.5348.9752.35
HexBAC14A403E18403134
Octal2723011124076301006164
Binary101110101100000110010101000111110110001000000110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC14A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC14A; }

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

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

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

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

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

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

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

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