#BAC70D

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

Shades of La Rioja #BAC70D

Tints of La Rioja #BAC70D

Color information

#BAC70D (or 0xBAC70D) is unknown color: approx La Rioja. HEX triplet: BA, C7 and 0D. RGB value is (186,199,13). Sum of RGB (Red+Green+Blue) = 186+199+13=398 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.73% from 398); Green value is 199 (78.12% from 255 or 50% from 398); Blue value is 13 (5.47% from 255 or 3.27% from 398); Max value from RGB is 199 - color contains mainly: green. Hex color #BAC70D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC70D is #4538F2. Grayscale: #AEAEAE. Windows color (decimal): -4536563 or 903098. OLE color: 903098.

HSL color Cylindrical-coordinate representation of color #BAC70D: hue angle of 64.19º degrees, saturation: 0.88, 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 #BAC70D is Cyan = 0.07, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.22.

Color convert

RGB18619913-
CMYK0.0700.930.22
HSL64.19º87.74%41.57%-
HSV(B)64.19º93.47%78.04%-
XYZ40.7551.328.14-
YUV173.9137.19136.62-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.73%
GREEN value IS 199 (78.12% from 255) = 50%
BLUE value IS 13 (5.47% from 255) = 3.27%
R=46.73%
G=50%
B=3.27%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal186199130.0700.930.2264.1987.7441.57
HexBAC7D705D1640582a
Octal27230715701352610013052
Binary10111010110001111101111010111011011010000001011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC70D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC70D; }

 p { color: rgb(186,199,13); }

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

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

 a { background-color: rgb(186,199,13); }

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

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

 span { border-color: rgb(186,199,13); }

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