#BAC606

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

Shades of La Rioja #BAC606

Tints of La Rioja #BAC606

Color information

#BAC606 (or 0xBAC606) is unknown color: approx La Rioja. HEX triplet: BA, C6 and 06. RGB value is (186,198,6). Sum of RGB (Red+Green+Blue) = 186+198+6=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 198 (77.73% from 255 or 50.77% from 390); Blue value is 6 (2.73% from 255 or 1.54% from 390); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC606 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC606 is #4539F9. Grayscale: #ADADAD. Windows color (decimal): -4536826 or 444090. OLE color: 444090.

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

Color convert

RGB1861986-
CMYK0.0600.970.22
HSL63.75º94.12%40%-
HSV(B)63.75º96.97%77.65%-
XYZ40.4850.847.85-
YUV172.5234.02137.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.69%
GREEN value IS 198 (77.73% from 255) = 50.77%
BLUE value IS 6 (2.73% from 255) = 1.54%
R=47.69%
G=50.77%
B=1.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal18619860.0600.970.2263.7594.1240
HexBAC66606116405e28
Octal2723066601412610013650
Binary1011101011000110110110011000011011010000001011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC606; }

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

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

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

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

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

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

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

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