#BAC611

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

Shades of La Rioja #BAC611

Tints of La Rioja #BAC611

Color information

#BAC611 (or 0xBAC611) is unknown color: approx La Rioja. HEX triplet: BA, C6 and 11. RGB value is (186,198,17). Sum of RGB (Red+Green+Blue) = 186+198+17=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 198 (77.73% from 255 or 49.38% from 401); Blue value is 17 (7.03% from 255 or 4.24% from 401); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC611 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC611 is #4539EE. Grayscale: #AEAEAE. Windows color (decimal): -4536815 or 1164986. OLE color: 1164986.

HSL color Cylindrical-coordinate representation of color #BAC611: hue angle of 63.98º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BAC611 is Cyan = 0.06, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB18619817-
CMYK0.0600.910.22
HSL63.98º84.19%42.16%-
HSV(B)63.98º91.41%77.65%-
XYZ40.5450.878.21-
YUV173.7839.52136.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.38%
GREEN value IS 198 (77.73% from 255) = 49.38%
BLUE value IS 17 (7.03% from 255) = 4.24%
R=46.38%
G=49.38%
B=4.24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal186198170.0600.910.2263.9884.1942.16
HexBAC611605B1640542a
Octal27230621601332610012452
Binary101110101100011010001110010110111011010000001010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC611; }

 p { color: rgb(186,198,17); }

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

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

 a { background-color: rgb(186,198,17); }

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

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

 span { border-color: rgb(186,198,17); }

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