#BAC00E

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

Shades of La Rioja #BAC00E

Tints of La Rioja #BAC00E

Color information

#BAC00E (or 0xBAC00E) is unknown color: approx La Rioja. HEX triplet: BA, C0 and 0E. RGB value is (186,192,14). Sum of RGB (Red+Green+Blue) = 186+192+14=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 192 (75.39% from 255 or 48.98% from 392); Blue value is 14 (5.86% from 255 or 3.57% from 392); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC00E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC00E is #453FF1. Grayscale: #AAAAAA. Windows color (decimal): -4538354 or 966842. OLE color: 966842.

HSL color Cylindrical-coordinate representation of color #BAC00E: hue angle of 62.02º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BAC00E is Cyan = 0.03, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB18619214-
CMYK0.0300.930.25
HSL62.02º86.41%40.39%-
HSV(B)62.02º92.71%75.29%-
XYZ39.1848.177.65-
YUV169.9140.01139.47-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.45%
GREEN value IS 192 (75.39% from 255) = 48.98%
BLUE value IS 14 (5.86% from 255) = 3.57%
R=47.45%
G=48.98%
B=3.57%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal186192140.0300.930.2562.0286.4140.39
HexBAC0E305D193e5628
Octal2723001630135317612650
Binary101110101100000011101101011101110011111101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC00E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC00E; }

 p { color: rgb(186,192,14); }

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

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

 a { background-color: rgb(186,192,14); }

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

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

 span { border-color: rgb(186,192,14); }

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