#BABF41

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

Shades of Celery #BABF41

Tints of Celery #BABF41

Color information

#BABF41 (or 0xBABF41) is unknown color: approx Celery. HEX triplet: BA, BF and 41. RGB value is (186,191,65). Sum of RGB (Red+Green+Blue) = 186+191+65=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 191 (75% from 255 or 43.21% from 442); Blue value is 65 (25.78% from 255 or 14.71% from 442); Max value from RGB is 191 - color contains mainly: green. Hex color #BABF41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABF41 is #4540BE. Grayscale: #AFAFAF. Windows color (decimal): -4538559 or 4308922. OLE color: 4308922.

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

Color convert

RGB18619165-
CMYK0.0300.660.25
HSL62.38º49.61%50.2%-
HSV(B)62.38º65.97%74.9%-
XYZ39.8348.0812.18-
YUV175.1465.84135.75-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.08%
GREEN value IS 191 (75% from 255) = 43.21%
BLUE value IS 65 (25.78% from 255) = 14.71%
R=42.08%
G=43.21%
B=14.71%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal186191650.0300.660.2562.3849.6150.2
HexBABF413042193e3232
Octal2722771013010231766262
Binary10111010101111111000001110100001011001111110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABF41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABF41; }

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

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

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

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

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

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

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

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