#BAB845

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

Shades of Celery #BAB845

Tints of Celery #BAB845

Color information

#BAB845 (or 0xBAB845) is unknown color: approx Celery. HEX triplet: BA, B8 and 45. RGB value is (186,184,69). Sum of RGB (Red+Green+Blue) = 186+184+69=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 184 (72.27% from 255 or 41.91% from 439); Blue value is 69 (27.34% from 255 or 15.72% from 439); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB845 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB845 is #4547BA. Grayscale: #ABABAB. Windows color (decimal): -4540347 or 4569274. OLE color: 4569274.

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

Color convert

RGB18618469-
CMYK00.010.630.27
HSL58.97º45.88%50%-
HSV(B)58.97º62.9%72.94%-
XYZ38.4645.1512.32-
YUV171.4970.16138.35-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.37%
GREEN value IS 184 (72.27% from 255) = 41.91%
BLUE value IS 69 (27.34% from 255) = 15.72%
R=42.37%
G=41.91%
B=15.72%

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
Decimal1861846900.010.630.2758.9745.8850
HexBAB845013F1B3b2e32
Octal272270105017733735662
Binary101110101011100010001010111111111011111011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB845; }

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

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

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

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

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

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

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

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