#BAC201

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

Shades of La Rioja #BAC201

Tints of La Rioja #BAC201

Color information

#BAC201 (or 0xBAC201) is unknown color: approx La Rioja. HEX triplet: BA, C2 and 01. RGB value is (186,194,1). Sum of RGB (Red+Green+Blue) = 186+194+1=381 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.82% from 381); Green value is 194 (76.17% from 255 or 50.92% from 381); Blue value is 1 (0.78% from 255 or 0.26% from 381); Max value from RGB is 194 - color contains mainly: green. Hex color #BAC201 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC201 is #453DFE. Grayscale: #AAAAAA. Windows color (decimal): -4537855 or 115386. OLE color: 115386.

HSL color Cylindrical-coordinate representation of color #BAC201: hue angle of 62.49º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BAC201 is Cyan = 0.04, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB1861941-
CMYK0.0400.990.24
HSL62.49º98.97%38.24%-
HSV(B)62.49º99.48%76.08%-
XYZ39.5549.027.41-
YUV169.6132.85139.69-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.82%
GREEN value IS 194 (76.17% from 255) = 50.92%
BLUE value IS 1 (0.78% from 255) = 0.26%
R=48.82%
G=50.92%
B=0.26%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal18619410.0400.990.2462.4998.9738.24
HexBAC214063183e6326
Octal272302140143307614346
Binary1011101011000010110001100011110001111101100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC201; }

 p { color: rgb(186,194,1); }

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

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

 a { background-color: rgb(186,194,1); }

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

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

 span { border-color: rgb(186,194,1); }

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