#BAC60E

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

Shades of La Rioja #BAC60E

Tints of La Rioja #BAC60E

Color information

#BAC60E (or 0xBAC60E) is unknown color: approx La Rioja. HEX triplet: BA, C6 and 0E. RGB value is (186,198,14). Sum of RGB (Red+Green+Blue) = 186+198+14=398 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.73% from 398); Green value is 198 (77.73% from 255 or 49.75% from 398); Blue value is 14 (5.86% from 255 or 3.52% from 398); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC60E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC60E is #4539F1. Grayscale: #AEAEAE. Windows color (decimal): -4536818 or 968378. OLE color: 968378.

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

Color convert

RGB18619814-
CMYK0.0600.930.22
HSL63.91º86.79%41.57%-
HSV(B)63.91º92.93%77.65%-
XYZ40.5250.868.1-
YUV173.4438.02136.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.73%
GREEN value IS 198 (77.73% from 255) = 49.75%
BLUE value IS 14 (5.86% from 255) = 3.52%
R=46.73%
G=49.75%
B=3.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal186198140.0600.930.2263.9186.7941.57
HexBAC6E605D1640572a
Octal27230616601352610012752
Binary10111010110001101110110010111011011010000001010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC60E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC60E; }

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

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

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

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

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

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

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

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