#BAB71B

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

Shades of La Rioja #BAB71B

Tints of La Rioja #BAB71B

Color information

#BAB71B (or 0xBAB71B) is unknown color: approx La Rioja. HEX triplet: BA, B7 and 1B. RGB value is (186,183,27). Sum of RGB (Red+Green+Blue) = 186+183+27=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 183 (71.88% from 255 or 46.21% from 396); Blue value is 27 (10.94% from 255 or 6.82% from 396); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB71B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB71B is #4548E4. Grayscale: #A6A6A6. Windows color (decimal): -4540645 or 1816506. OLE color: 1816506.

HSL color Cylindrical-coordinate representation of color #BAB71B: hue angle of 58.87º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BAB71B is Cyan = 0, Magento = 0.02, Yellow = 0.85 and Black (K on CMYK) = 0.27.

Color convert

RGB18618327-
CMYK00.020.850.27
HSL58.87º74.65%41.76%-
HSV(B)58.87º85.48%72.94%-
XYZ37.3844.397.63-
YUV166.1149.49142.18-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.97%
GREEN value IS 183 (71.88% from 255) = 46.21%
BLUE value IS 27 (10.94% from 255) = 6.82%
R=46.97%
G=46.21%
B=6.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.85
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861832700.020.850.2758.8774.6541.76
HexBAB71B02551B3b4b2a
Octal2722673302125337311352
Binary1011101010110111110110101010101110111110111001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB71B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB71B; }

 p { color: rgb(186,183,27); }

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

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

 a { background-color: rgb(186,183,27); }

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

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

 span { border-color: rgb(186,183,27); }

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