#BABF42

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

Shades of Celery #BABF42

Tints of Celery #BABF42

Color information

#BABF42 (or 0xBABF42) is unknown color: approx Celery. HEX triplet: BA, BF and 42. RGB value is (186,191,66). Sum of RGB (Red+Green+Blue) = 186+191+66=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 191 (75% from 255 or 43.12% from 443); Blue value is 66 (26.17% from 255 or 14.90% from 443); Max value from RGB is 191 - color contains mainly: green. Hex color #BABF42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABF42 is #4540BD. Grayscale: #AFAFAF. Windows color (decimal): -4538558 or 4374458. OLE color: 4374458.

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

Color convert

RGB18619166-
CMYK0.0300.650.25
HSL62.4º49.41%50.39%-
HSV(B)62.4º65.45%74.9%-
XYZ39.8648.0912.34-
YUV175.2666.34135.66-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.99%
GREEN value IS 191 (75% from 255) = 43.12%
BLUE value IS 66 (26.17% from 255) = 14.90%
R=41.99%
G=43.12%
B=14.90%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal186191660.0300.650.2562.449.4150.39
HexBABF423041193e3132
Octal2722771023010131766162
Binary10111010101111111000010110100000111001111110110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABF42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABF42; }

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

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

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

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

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

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

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

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