#BAC700

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

Shades of La Rioja #BAC700

Tints of La Rioja #BAC700

Color information

#BAC700 (or 0xBAC700) is unknown color: approx La Rioja. HEX triplet: BA, C7 and 00. RGB value is (186,199,0). Sum of RGB (Red+Green+Blue) = 186+199+0=385 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.31% from 385); Green value is 199 (78.12% from 255 or 51.69% from 385); Blue value is 0 (0.39% from 255 or 0% from 385); Max value from RGB is 199 - color contains mainly: green. Hex color #BAC700 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC700 is #4538FF. Grayscale: #ADADAD. Windows color (decimal): -4536576 or 51130. OLE color: 51130.

HSL color Cylindrical-coordinate representation of color #BAC700: hue angle of 63.92º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BAC700 is Cyan = 0.07, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.22.

Color convert

RGB1861990-
CMYK0.07010.22
HSL63.92º100%39.02%-
HSV(B)63.92º100%78.04%-
XYZ40.6751.297.76-
YUV172.4330.69137.68-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.31%
GREEN value IS 199 (78.12% from 255) = 51.69%
BLUE value IS 0 (0.39% from 255) = 0%
R=48.31%
G=51.69%
B=0%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal18619900.07010.2263.9210039.02
HexBAC70706416406427
Octal2723070701442610014447
Binary10111010110001110111011001001011010000001100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC700; }

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

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

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

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

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

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

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

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