#BABF4E

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

Shades of Celery #BABF4E

Tints of Celery #BABF4E

Color information

#BABF4E (or 0xBABF4E) is unknown color: approx Celery. HEX triplet: BA, BF and 4E. RGB value is (186,191,78). Sum of RGB (Red+Green+Blue) = 186+191+78=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 191 (75% from 255 or 41.98% from 455); Blue value is 78 (30.86% from 255 or 17.14% from 455); Max value from RGB is 191 - color contains mainly: green. Hex color #BABF4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BABF4E is #4540B1. Grayscale: #B1B1B1. Windows color (decimal): -4538546 or 5160890. OLE color: 5160890.

HSL color Cylindrical-coordinate representation of color #BABF4E: hue angle of 62.65º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BABF4E is Cyan = 0.03, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB18619178-
CMYK0.0300.590.25
HSL62.65º46.89%52.75%-
HSV(B)62.65º59.16%74.9%-
XYZ40.2648.2514.4-
YUV176.6272.34134.69-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.88%
GREEN value IS 191 (75% from 255) = 41.98%
BLUE value IS 78 (30.86% from 255) = 17.14%
R=40.88%
G=41.98%
B=17.14%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal186191780.0300.590.2562.6546.8952.75
HexBABF4E303B193f2f35
Octal272277116307331775765
Binary1011101010111111100111011011101111001111111101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABF4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABF4E; }

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

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

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

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

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

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

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

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