#BAB306

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

Shades of La Rioja #BAB306

Tints of La Rioja #BAB306

Color information

#BAB306 (or 0xBAB306) is unknown color: approx La Rioja. HEX triplet: BA, B3 and 06. RGB value is (186,179,6). Sum of RGB (Red+Green+Blue) = 186+179+6=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 179 (70.31% from 255 or 48.25% from 371); Blue value is 6 (2.73% from 255 or 1.62% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB306 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB306 is #454CF9. Grayscale: #A2A2A2. Windows color (decimal): -4541690 or 439226. OLE color: 439226.

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

Color convert

RGB1861796-
CMYK00.040.970.27
HSL57.67º93.75%37.65%-
HSV(B)57.67º96.77%72.94%-
XYZ36.442.696.49-
YUV161.3740.32145.57-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.13%
GREEN value IS 179 (70.31% from 255) = 48.25%
BLUE value IS 6 (2.73% from 255) = 1.62%
R=50.13%
G=48.25%
B=1.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.97
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186179600.040.970.2757.6793.7537.65
HexBAB3604611B3a5e26
Octal272263604141337213646
Binary101110101011001111001001100001110111110101011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB306; }

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

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

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

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

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

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

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

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