#BAC30E

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

Shades of La Rioja #BAC30E

Tints of La Rioja #BAC30E

Color information

#BAC30E (or 0xBAC30E) is unknown color: approx La Rioja. HEX triplet: BA, C3 and 0E. RGB value is (186,195,14). Sum of RGB (Red+Green+Blue) = 186+195+14=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 195 (76.56% from 255 or 49.37% from 395); Blue value is 14 (5.86% from 255 or 3.54% from 395); Max value from RGB is 195 - color contains mainly: green. Hex color #BAC30E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC30E is #453CF1. Grayscale: #ACACAC. Windows color (decimal): -4537586 or 967610. OLE color: 967610.

HSL color Cylindrical-coordinate representation of color #BAC30E: hue angle of 62.98º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BAC30E is Cyan = 0.05, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB18619514-
CMYK0.0500.930.24
HSL62.98º86.6%40.98%-
HSV(B)62.98º92.82%76.47%-
XYZ39.8449.57.87-
YUV171.6839.02138.22-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.09%
GREEN value IS 195 (76.56% from 255) = 49.37%
BLUE value IS 14 (5.86% from 255) = 3.54%
R=47.09%
G=49.37%
B=3.54%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal186195140.0500.930.2462.9886.640.98
HexBAC3E505D183f5729
Octal2723031650135307712751
Binary1011101011000011111010101011101110001111111010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC30E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC30E; }

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

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

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

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

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

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

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

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