#BAB30A

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

Shades of La Rioja #BAB30A

Tints of La Rioja #BAB30A

Color information

#BAB30A (or 0xBAB30A) is unknown color: approx La Rioja. HEX triplet: BA, B3 and 0A. RGB value is (186,179,10). Sum of RGB (Red+Green+Blue) = 186+179+10=375 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.6% from 375); Green value is 179 (70.31% from 255 or 47.73% from 375); Blue value is 10 (4.30% from 255 or 2.67% from 375); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB30A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB30A is #454CF5. Grayscale: #A2A2A2. Windows color (decimal): -4541686 or 701370. OLE color: 701370.

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

Color convert

RGB18617910-
CMYK00.040.950.27
HSL57.61º89.8%38.43%-
HSV(B)57.61º94.62%72.94%-
XYZ36.4242.76.61-
YUV161.8342.32145.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.6%
GREEN value IS 179 (70.31% from 255) = 47.73%
BLUE value IS 10 (4.30% from 255) = 2.67%
R=49.6%
G=47.73%
B=2.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.95
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861791000.040.950.2757.6189.838.43
HexBAB3A045F1B3a5a26
Octal2722631204137337213246
Binary1011101010110011101001001011111110111110101011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB30A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB30A; }

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

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

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

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

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

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

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

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