#BAB60A

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

Shades of La Rioja #BAB60A

Tints of La Rioja #BAB60A

Color information

#BAB60A (or 0xBAB60A) is unknown color: approx La Rioja. HEX triplet: BA, B6 and 0A. RGB value is (186,182,10). Sum of RGB (Red+Green+Blue) = 186+182+10=378 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.21% from 378); Green value is 182 (71.48% from 255 or 48.15% from 378); Blue value is 10 (4.30% from 255 or 2.65% from 378); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB60A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB60A is #4549F5. Grayscale: #A4A4A4. Windows color (decimal): -4540918 or 702138. OLE color: 702138.

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

Color convert

RGB18618210-
CMYK00.020.950.27
HSL58.64º89.8%38.43%-
HSV(B)58.64º94.62%72.94%-
XYZ37.0343.926.81-
YUV163.5941.33143.99-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 49.21%
GREEN value IS 182 (71.48% from 255) = 48.15%
BLUE value IS 10 (4.30% from 255) = 2.65%
R=49.21%
G=48.15%
B=2.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.95
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861821000.020.950.2758.6489.838.43
HexBAB6A025F1B3b5a26
Octal2722661202137337313246
Binary101110101011011010100101011111110111110111011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB60A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB60A; }

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

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

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

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

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

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

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

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