#BACA4E

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

Shades of Celery #BACA4E

Tints of Celery #BACA4E

Color information

#BACA4E (or 0xBACA4E) is unknown color: approx Celery. HEX triplet: BA, CA and 4E. RGB value is (186,202,78). Sum of RGB (Red+Green+Blue) = 186+202+78=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 202 (79.30% from 255 or 43.35% from 466); Blue value is 78 (30.86% from 255 or 16.74% from 466); Max value from RGB is 202 - color contains mainly: green. Hex color #BACA4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACA4E is #4535B1. Grayscale: #B7B7B7. Windows color (decimal): -4535730 or 5163706. OLE color: 5163706.

HSL color Cylindrical-coordinate representation of color #BACA4E: hue angle of 67.74º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BACA4E is Cyan = 0.08, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.

Color convert

RGB18620278-
CMYK0.0800.610.21
HSL67.74º53.91%54.9%-
HSV(B)67.74º61.39%79.22%-
XYZ42.7553.2315.23-
YUV183.0868.7130.08-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.91%
GREEN value IS 202 (79.30% from 255) = 43.35%
BLUE value IS 78 (30.86% from 255) = 16.74%
R=39.91%
G=43.35%
B=16.74%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal186202780.0800.610.2167.7453.9154.9
HexBACA4E803D15443637
Octal27231211610075251046667
Binary1011101011001010100111010000111101101011000100110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACA4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACA4E; }

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

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

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

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

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

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

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

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