#bab84f

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

Shades of Celery #BAB84F

Tints of Celery #BAB84F

Color information

#BAB84F (or 0xBAB84F) is unknown color: approx Celery. HEX triplet: BA, B8 and 4F. RGB value is (186,184,79). Sum of RGB (Red+Green+Blue) = 186+184+79=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 184 (72.27% from 255 or 40.98% from 449); Blue value is 79 (31.25% from 255 or 17.59% from 449); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB84F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAB84F is #4547B0. Grayscale: #ADADAD. Windows color (decimal): -4540337 or 5224634. OLE color: 5224634.

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

Color convert

RGB18618479-
CMYK00.010.580.27
HSL58.88º43.67%51.96%-
HSV(B)58.88º57.53%72.94%-
XYZ38.845.2814.09-
YUV172.6375.16137.54-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.43%
GREEN value IS 184 (72.27% from 255) = 40.98%
BLUE value IS 79 (31.25% from 255) = 17.59%
R=41.43%
G=40.98%
B=17.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861847900.010.580.2758.8843.6751.96
HexBAB84F013A1B3b2c34
Octal272270117017233735464
Binary101110101011100010011110111101011011111011101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bab84f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bab84f; }

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

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

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

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

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

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

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

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