#BAC14E

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

Shades of Celery #BAC14E

Tints of Celery #BAC14E

Color information

#BAC14E (or 0xBAC14E) is unknown color: approx Celery. HEX triplet: BA, C1 and 4E. RGB value is (186,193,78). Sum of RGB (Red+Green+Blue) = 186+193+78=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 193 (75.78% from 255 or 42.23% from 457); Blue value is 78 (30.86% from 255 or 17.07% from 457); Max value from RGB is 193 - color contains mainly: green. Hex color #BAC14E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC14E is #453EB1. Grayscale: #B2B2B2. Windows color (decimal): -4538034 or 5161402. OLE color: 5161402.

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

Color convert

RGB18619378-
CMYK0.0400.600.24
HSL63.65º48.12%53.14%-
HSV(B)63.65º59.59%75.69%-
XYZ40.6949.1314.55-
YUV177.871.68133.85-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.70%
GREEN value IS 193 (75.78% from 255) = 42.23%
BLUE value IS 78 (30.86% from 255) = 17.07%
R=40.70%
G=42.23%
B=17.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal186193780.0400.600.2463.6548.1253.14
HexBAC14E403C18403035
Octal2723011164074301006065
Binary101110101100000110011101000111100110001000000110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC14E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC14E; }

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

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

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

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

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

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

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

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