#BAB50A

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

Shades of La Rioja #BAB50A

Tints of La Rioja #BAB50A

Color information

#BAB50A (or 0xBAB50A) is unknown color: approx La Rioja. HEX triplet: BA, B5 and 0A. RGB value is (186,181,10). Sum of RGB (Red+Green+Blue) = 186+181+10=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 181 (71.09% from 255 or 48.01% from 377); Blue value is 10 (4.30% from 255 or 2.65% from 377); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB50A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB50A is #454AF5. Grayscale: #A3A3A3. Windows color (decimal): -4541174 or 701882. OLE color: 701882.

HSL color Cylindrical-coordinate representation of color #BAB50A: hue angle of 58.3º 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 #BAB50A is Cyan = 0, Magento = 0.03, Yellow = 0.95 and Black (K on CMYK) = 0.27.

Color convert

RGB18618110-
CMYK00.030.950.27
HSL58.3º89.8%38.43%-
HSV(B)58.3º94.62%72.94%-
XYZ36.8343.516.74-
YUV16341.66144.4-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.34%
GREEN value IS 181 (71.09% from 255) = 48.01%
BLUE value IS 10 (4.30% from 255) = 2.65%
R=49.34%
G=48.01%
B=2.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.95
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861811000.030.950.2758.389.838.43
HexBAB5A035F1B3a5a26
Octal2722651203137337213246
Binary101110101011010110100111011111110111110101011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB50A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB50A; }

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

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

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

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

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

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

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

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