#BAB300

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

Shades of La Rioja #BAB300

Tints of La Rioja #BAB300

Color information

#BAB300 (or 0xBAB300) is unknown color: approx La Rioja. HEX triplet: BA, B3 and 00. RGB value is (186,179,0). Sum of RGB (Red+Green+Blue) = 186+179+0=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 179 (70.31% from 255 or 49.04% from 365); Blue value is 0 (0.39% from 255 or 0% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB300 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB300 is #454CFF. Grayscale: #A1A1A1. Windows color (decimal): -4541696 or 46010. OLE color: 46010.

HSL color Cylindrical-coordinate representation of color #BAB300: hue angle of 57.74º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BAB300 is Cyan = 0, Magento = 0.04, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB1861790-
CMYK00.0410.27
HSL57.74º100%36.47%-
HSV(B)57.74º100%72.94%-
XYZ36.3742.686.32-
YUV160.6937.32146.05-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.96%
GREEN value IS 179 (70.31% from 255) = 49.04%
BLUE value IS 0 (0.39% from 255) = 0%
R=50.96%
G=49.04%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186179000.0410.2757.7410036.47
HexBAB3004641B3a6424
Octal272263004144337214444
Binary1011101010110011001001100100110111110101100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB300; }

 p { color: rgb(186,179,0); }

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

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

 a { background-color: rgb(186,179,0); }

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

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

 span { border-color: rgb(186,179,0); }

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