#BABC4E

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

Shades of Celery #BABC4E

Tints of Celery #BABC4E

Color information

#BABC4E (or 0xBABC4E) is unknown color: approx Celery. HEX triplet: BA, BC and 4E. RGB value is (186,188,78). Sum of RGB (Red+Green+Blue) = 186+188+78=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 188 (73.83% from 255 or 41.59% from 452); Blue value is 78 (30.86% from 255 or 17.26% from 452); Max value from RGB is 188 - color contains mainly: green. Hex color #BABC4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABC4E is #4543B1. Grayscale: #AFAFAF. Windows color (decimal): -4539314 or 5160122. OLE color: 5160122.

HSL color Cylindrical-coordinate representation of color #BABC4E: hue angle of 61.09º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BABC4E is Cyan = 0.01, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.

Color convert

RGB18618878-
CMYK0.0100.590.26
HSL61.09º45.08%52.16%-
HSV(B)61.09º58.51%73.73%-
XYZ39.6146.9614.18-
YUV174.8673.34135.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.15%
GREEN value IS 188 (73.83% from 255) = 41.59%
BLUE value IS 78 (30.86% from 255) = 17.26%
R=41.15%
G=41.59%
B=17.26%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal186188780.0100.590.2661.0945.0852.16
HexBABC4E103B1A3d2d34
Octal272274116107332755564
Binary101110101011110010011101011101111010111101101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABC4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABC4E; }

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

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

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

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

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

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

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

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