#BAB94D

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

Shades of Celery #BAB94D

Tints of Celery #BAB94D

Color information

#BAB94D (or 0xBAB94D) is unknown color: approx Celery. HEX triplet: BA, B9 and 4D. RGB value is (186,185,77). Sum of RGB (Red+Green+Blue) = 186+185+77=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 185 (72.66% from 255 or 41.29% from 448); Blue value is 77 (30.47% from 255 or 17.19% from 448); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB94D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB94D is #4546B2. Grayscale: #ADADAD. Windows color (decimal): -4540083 or 5093818. OLE color: 5093818.

HSL color Cylindrical-coordinate representation of color #BAB94D: hue angle of 59.45º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BAB94D is Cyan = 0, Magento = 0.01, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB18618577-
CMYK00.010.590.27
HSL59.45º44.13%51.57%-
HSV(B)59.45º58.6%72.94%-
XYZ38.9445.6713.78-
YUV172.9973.83137.28-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.52%
GREEN value IS 185 (72.66% from 255) = 41.29%
BLUE value IS 77 (30.47% from 255) = 17.19%
R=41.52%
G=41.29%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861857700.010.590.2759.4544.1351.57
HexBAB94D013B1B3b2c34
Octal272271115017333735464
Binary101110101011100110011010111101111011111011101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB94D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB94D; }

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

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

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

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

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

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

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

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