#BAC90C

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

Shades of La Rioja #BAC90C

Tints of La Rioja #BAC90C

Color information

#BAC90C (or 0xBAC90C) is unknown color: approx La Rioja. HEX triplet: BA, C9 and 0C. RGB value is (186,201,12). Sum of RGB (Red+Green+Blue) = 186+201+12=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 201 (78.91% from 255 or 50.38% from 399); Blue value is 12 (5.08% from 255 or 3.01% from 399); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC90C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC90C is #4536F3. Grayscale: #AFAFAF. Windows color (decimal): -4536052 or 838074. OLE color: 838074.

HSL color Cylindrical-coordinate representation of color #BAC90C: hue angle of 64.76º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BAC90C is Cyan = 0.07, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB18620112-
CMYK0.0700.940.21
HSL64.76º88.73%41.76%-
HSV(B)64.76º94.03%78.82%-
XYZ41.252.248.26-
YUV174.9736.03135.87-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.62%
GREEN value IS 201 (78.91% from 255) = 50.38%
BLUE value IS 12 (5.08% from 255) = 3.01%
R=46.62%
G=50.38%
B=3.01%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal186201120.0700.940.2164.7688.7341.76
HexBAC9C705E1541592a
Octal27231114701362510113152
Binary10111010110010011100111010111101010110000011011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC90C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC90C; }

 p { color: rgb(186,201,12); }

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

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

 a { background-color: rgb(186,201,12); }

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

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

 span { border-color: rgb(186,201,12); }

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