#BAC20A

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

Shades of La Rioja #BAC20A

Tints of La Rioja #BAC20A

Color information

#BAC20A (or 0xBAC20A) is unknown color: approx La Rioja. HEX triplet: BA, C2 and 0A. RGB value is (186,194,10). Sum of RGB (Red+Green+Blue) = 186+194+10=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 194 (76.17% from 255 or 49.74% from 390); Blue value is 10 (4.30% from 255 or 2.56% from 390); Max value from RGB is 194 - color contains mainly: green. Hex color #BAC20A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC20A is #453DF5. Grayscale: #ABABAB. Windows color (decimal): -4537846 or 705210. OLE color: 705210.

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

Color convert

RGB18619410-
CMYK0.0400.950.24
HSL62.61º90.2%40%-
HSV(B)62.61º94.85%76.08%-
XYZ39.649.047.67-
YUV170.6337.35138.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.69%
GREEN value IS 194 (76.17% from 255) = 49.74%
BLUE value IS 10 (4.30% from 255) = 2.56%
R=47.69%
G=49.74%
B=2.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal186194100.0400.950.2462.6190.240
HexBAC2A405F183f5a28
Octal2723021240137307713250
Binary1011101011000010101010001011111110001111111011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC20A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC20A; }

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

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

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

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

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

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

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

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