#BAB916

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

Shades of La Rioja #BAB916

Tints of La Rioja #BAB916

Color information

#BAB916 (or 0xBAB916) is unknown color: approx La Rioja. HEX triplet: BA, B9 and 16. RGB value is (186,185,22). Sum of RGB (Red+Green+Blue) = 186+185+22=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 185 (72.66% from 255 or 47.07% from 393); Blue value is 22 (8.98% from 255 or 5.60% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB916 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB916 is #4546E9. Grayscale: #A7A7A7. Windows color (decimal): -4540138 or 1489338. OLE color: 1489338.

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

Color convert

RGB18618522-
CMYK00.010.880.27
HSL59.63º78.85%40.78%-
HSV(B)59.63º88.17%72.94%-
XYZ37.7445.197.49-
YUV166.7246.33141.75-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.33%
GREEN value IS 185 (72.66% from 255) = 47.07%
BLUE value IS 22 (8.98% from 255) = 5.60%
R=47.33%
G=47.07%
B=5.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.88
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861852200.010.880.2759.6378.8540.78
HexBAB91601581B3c4f29
Octal2722712601130337411751
Binary101110101011100110110011011000110111111001001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB916; }

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

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

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

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

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

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

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

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