#BAB945

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

Shades of Celery #BAB945

Tints of Celery #BAB945

Color information

#BAB945 (or 0xBAB945) is unknown color: approx Celery. HEX triplet: BA, B9 and 45. RGB value is (186,185,69). Sum of RGB (Red+Green+Blue) = 186+185+69=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 185 (72.66% from 255 or 42.05% from 440); Blue value is 69 (27.34% from 255 or 15.68% from 440); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB945 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB945 is #4546BA. Grayscale: #ACACAC. Windows color (decimal): -4540091 or 4569530. OLE color: 4569530.

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

Color convert

RGB18618569-
CMYK00.010.630.27
HSL59.49º45.88%50%-
HSV(B)59.49º62.9%72.94%-
XYZ38.6745.5712.39-
YUV172.0869.83137.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.27%
GREEN value IS 185 (72.66% from 255) = 42.05%
BLUE value IS 69 (27.34% from 255) = 15.68%
R=42.27%
G=42.05%
B=15.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861856900.010.630.2759.4945.8850
HexBAB945013F1B3b2e32
Octal272271105017733735662
Binary101110101011100110001010111111111011111011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB945; }

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

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

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

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

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

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

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

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