#BAB94A

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

Shades of Celery #BAB94A

Tints of Celery #BAB94A

Color information

#BAB94A (or 0xBAB94A) is unknown color: approx Celery. HEX triplet: BA, B9 and 4A. RGB value is (186,185,74). Sum of RGB (Red+Green+Blue) = 186+185+74=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 185 (72.66% from 255 or 41.57% from 445); Blue value is 74 (29.30% from 255 or 16.63% from 445); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB94A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB94A is #4546B5. Grayscale: #ADADAD. Windows color (decimal): -4540086 or 4897210. OLE color: 4897210.

HSL color Cylindrical-coordinate representation of color #BAB94A: hue angle of 59.46º 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 #BAB94A is Cyan = 0, Magento = 0.01, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB18618574-
CMYK00.010.600.27
HSL59.46º44.8%50.98%-
HSV(B)59.46º60.22%72.94%-
XYZ38.8345.6313.24-
YUV172.6472.33137.53-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.80%
GREEN value IS 185 (72.66% from 255) = 41.57%
BLUE value IS 74 (29.30% from 255) = 16.63%
R=41.80%
G=41.57%
B=16.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861857400.010.600.2759.4644.850.98
HexBAB94A013C1B3b2d33
Octal272271112017433735563
Binary101110101011100110010100111110011011111011101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB94A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB94A; }

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

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

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

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

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

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

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

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