#BACA0F

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

Shades of La Rioja #BACA0F

Tints of La Rioja #BACA0F

Color information

#BACA0F (or 0xBACA0F) is unknown color: approx La Rioja. HEX triplet: BA, CA and 0F. RGB value is (186,202,15). Sum of RGB (Red+Green+Blue) = 186+202+15=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 202 (79.30% from 255 or 50.12% from 403); Blue value is 15 (6.25% from 255 or 3.72% from 403); Max value from RGB is 202 - color contains mainly: green. Hex color #BACA0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BACA0F is #4535F0. Grayscale: #B0B0B0. Windows color (decimal): -4535793 or 1034938. OLE color: 1034938.

HSL color Cylindrical-coordinate representation of color #BACA0F: hue angle of 65.13º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BACA0F is Cyan = 0.08, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.21.

Color convert

RGB18620215-
CMYK0.0800.930.21
HSL65.13º86.18%42.55%-
HSV(B)65.13º92.57%79.22%-
XYZ41.4652.718.44-
YUV175.937.2135.21-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.15%
GREEN value IS 202 (79.30% from 255) = 50.12%
BLUE value IS 15 (6.25% from 255) = 3.72%
R=46.15%
G=50.12%
B=3.72%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal186202150.0800.930.2165.1386.1842.55
HexBACAF805D1541562b
Octal272312171001352510112653
Binary101110101100101011111000010111011010110000011010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACA0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACA0F; }

 p { color: rgb(186,202,15); }

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

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

 a { background-color: rgb(186,202,15); }

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

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

 span { border-color: rgb(186,202,15); }

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