#BAB950

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

Shades of Celery #BAB950

Tints of Celery #BAB950

Color information

#BAB950 (or 0xBAB950) is unknown color: approx Celery. HEX triplet: BA, B9 and 50. RGB value is (186,185,80). Sum of RGB (Red+Green+Blue) = 186+185+80=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 185 (72.66% from 255 or 41.02% from 451); Blue value is 80 (31.64% from 255 or 17.74% from 451); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB950 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB950 is #4546AF. Grayscale: #ADADAD. Windows color (decimal): -4540080 or 5290426. OLE color: 5290426.

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

Color convert

RGB18618580-
CMYK00.010.570.27
HSL59.43º43.44%52.16%-
HSV(B)59.43º56.99%72.94%-
XYZ39.0545.7214.36-
YUV173.3375.33137.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.24%
GREEN value IS 185 (72.66% from 255) = 41.02%
BLUE value IS 80 (31.64% from 255) = 17.74%
R=41.24%
G=41.02%
B=17.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861858000.010.570.2759.4343.4452.16
HexBAB95001391B3b2b34
Octal272271120017133735364
Binary101110101011100110100000111100111011111011101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB950; }

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

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

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

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

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

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

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

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