#BABD49

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

Shades of Celery #BABD49

Tints of Celery #BABD49

Color information

#BABD49 (or 0xBABD49) is unknown color: approx Celery. HEX triplet: BA, BD and 49. RGB value is (186,189,73). Sum of RGB (Red+Green+Blue) = 186+189+73=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 189 (74.22% from 255 or 42.19% from 448); Blue value is 73 (28.91% from 255 or 16.29% from 448); Max value from RGB is 189 - color contains mainly: green. Hex color #BABD49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BABD49 is #4542B6. Grayscale: #AFAFAF. Windows color (decimal): -4539063 or 4832698. OLE color: 4832698.

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

Color convert

RGB18618973-
CMYK0.0200.610.26
HSL61.55º46.77%51.37%-
HSV(B)61.55º61.38%74.12%-
XYZ39.6547.3213.35-
YUV174.8870.51135.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.52%
GREEN value IS 189 (74.22% from 255) = 42.19%
BLUE value IS 73 (28.91% from 255) = 16.29%
R=41.52%
G=42.19%
B=16.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal186189730.0200.610.2661.5546.7751.37
HexBABD49203D1A3e2f33
Octal272275111207532765763
Binary1011101010111101100100110011110111010111110101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABD49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABD49; }

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

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

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

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

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

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

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

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