#BABF3E

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

Shades of Celery #BABF3E

Tints of Celery #BABF3E

Color information

#BABF3E (or 0xBABF3E) is unknown color: approx Celery. HEX triplet: BA, BF and 3E. RGB value is (186,191,62). Sum of RGB (Red+Green+Blue) = 186+191+62=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 191 (75% from 255 or 43.51% from 439); Blue value is 62 (24.61% from 255 or 14.12% from 439); Max value from RGB is 191 - color contains mainly: green. Hex color #BABF3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABF3E is #4540C1. Grayscale: #AFAFAF. Windows color (decimal): -4538562 or 4112314. OLE color: 4112314.

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

Color convert

RGB18619162-
CMYK0.0300.680.25
HSL62.33º50.99%49.61%-
HSV(B)62.33º67.54%74.9%-
XYZ39.7548.0511.74-
YUV174.864.34135.99-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.37%
GREEN value IS 191 (75% from 255) = 43.51%
BLUE value IS 62 (24.61% from 255) = 14.12%
R=42.37%
G=43.51%
B=14.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal186191620.0300.680.2562.3350.9949.61
HexBABF3E3044193e3332
Octal272277763010431766362
Binary1011101010111111111110110100010011001111110110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABF3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABF3E; }

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

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

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

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

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

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

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

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