#BABD41

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

Shades of Celery #BABD41

Tints of Celery #BABD41

Color information

#BABD41 (or 0xBABD41) is unknown color: approx Celery. HEX triplet: BA, BD and 41. RGB value is (186,189,65). Sum of RGB (Red+Green+Blue) = 186+189+65=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 189 (74.22% from 255 or 42.95% from 440); Blue value is 65 (25.78% from 255 or 14.77% from 440); Max value from RGB is 189 - color contains mainly: green. Hex color #BABD41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABD41 is #4542BE. Grayscale: #AEAEAE. Windows color (decimal): -4539071 or 4308410. OLE color: 4308410.

HSL color Cylindrical-coordinate representation of color #BABD41: hue angle of 61.45º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BABD41 is Cyan = 0.02, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB18618965-
CMYK0.0200.660.26
HSL61.45º48.82%49.8%-
HSV(B)61.45º65.61%74.12%-
XYZ39.447.2212.04-
YUV173.9766.51136.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.27%
GREEN value IS 189 (74.22% from 255) = 42.95%
BLUE value IS 65 (25.78% from 255) = 14.77%
R=42.27%
G=42.95%
B=14.77%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal186189650.0200.660.2661.4548.8249.8
HexBABD4120421A3d3132
Octal2722751012010232756162
Binary10111010101111011000001100100001011010111101110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABD41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABD41; }

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

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

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

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

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

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

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

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