#B3BC13

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

Shades of La Rioja #B3BC13

Tints of La Rioja #B3BC13

Color information

#B3BC13 (or 0xB3BC13) is unknown color: approx La Rioja. HEX triplet: B3, BC and 13. RGB value is (179,188,19). Sum of RGB (Red+Green+Blue) = 179+188+19=386 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.37% from 386); Green value is 188 (73.83% from 255 or 48.70% from 386); Blue value is 19 (7.81% from 255 or 4.92% from 386); Max value from RGB is 188 - color contains mainly: green. Hex color #B3BC13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3BC13 is #4C43EC. Grayscale: #A6A6A6. Windows color (decimal): -4998125 or 1293491. OLE color: 1293491.

HSL color Cylindrical-coordinate representation of color #B3BC13: hue angle of 63.2º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B3BC13 is Cyan = 0.05, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB17918819-
CMYK0.0500.900.26
HSL63.2º81.64%40.59%-
HSV(B)63.2º89.89%73.73%-
XYZ36.6945.67.48-
YUV166.0445.02137.24-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.37%
GREEN value IS 188 (73.83% from 255) = 48.70%
BLUE value IS 19 (7.81% from 255) = 4.92%
R=46.37%
G=48.70%
B=4.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal179188190.0500.900.2663.281.6440.59
HexB3BC13505A1A3f5229
Octal2632742350132327712251
Binary10110011101111001001110101011010110101111111010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BC13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BC13; }

 p { color: rgb(179,188,19); }

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

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

 a { background-color: rgb(179,188,19); }

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

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

 span { border-color: rgb(179,188,19); }

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