#BAB54A

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

Shades of Celery #BAB54A

Tints of Celery #BAB54A

Color information

#BAB54A (or 0xBAB54A) is unknown color: approx Celery. HEX triplet: BA, B5 and 4A. RGB value is (186,181,74). Sum of RGB (Red+Green+Blue) = 186+181+74=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 181 (71.09% from 255 or 41.04% from 441); Blue value is 74 (29.30% from 255 or 16.78% from 441); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB54A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB54A is #454AB5. Grayscale: #AAAAAA. Windows color (decimal): -4541110 or 4896186. OLE color: 4896186.

HSL color Cylindrical-coordinate representation of color #BAB54A: hue angle of 57.32º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BAB54A is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB18618174-
CMYK00.030.600.27
HSL57.32º44.8%50.98%-
HSV(B)57.32º60.22%72.94%-
XYZ38.0143.9812.96-
YUV170.373.66139.2-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.18%
GREEN value IS 181 (71.09% from 255) = 41.04%
BLUE value IS 74 (29.30% from 255) = 16.78%
R=42.18%
G=41.04%
B=16.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861817400.030.600.2757.3244.850.98
HexBAB54A033C1B392d33
Octal272265112037433715563
Binary1011101010110101100101001111110011011111001101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB54A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB54A; }

 p { color: rgb(186,181,74); }

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

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

 a { background-color: rgb(186,181,74); }

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

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

 span { border-color: rgb(186,181,74); }

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