#bab644

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

Shades of Celery #BAB644

Tints of Celery #BAB644

Color information

#BAB644 (or 0xBAB644) is unknown color: approx Celery. HEX triplet: BA, B6 and 44. RGB value is (186,182,68). Sum of RGB (Red+Green+Blue) = 186+182+68=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 182 (71.48% from 255 or 41.74% from 436); Blue value is 68 (26.95% from 255 or 15.60% from 436); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB644 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB644 is #4549BB. Grayscale: #AAAAAA. Windows color (decimal): -4540860 or 4503226. OLE color: 4503226.

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

Color convert

RGB18618268-
CMYK00.020.630.27
HSL57.97º46.46%49.8%-
HSV(B)57.97º63.44%72.94%-
XYZ38.0244.3112.02-
YUV170.270.33139.27-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.66%
GREEN value IS 182 (71.48% from 255) = 41.74%
BLUE value IS 68 (26.95% from 255) = 15.60%
R=42.66%
G=41.74%
B=15.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861826800.020.630.2757.9746.4649.8
HexBAB644023F1B3a2e32
Octal272266104027733725662
Binary1011101010110110100010001011111111011111010101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bab644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bab644; }

 p { color: rgb(186,182,68); }

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

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

 a { background-color: rgb(186,182,68); }

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

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

 span { border-color: rgb(186,182,68); }

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