#B1B50E

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

Shades of La Rioja #B1B50E

Tints of La Rioja #B1B50E

Color information

#B1B50E (or 0xB1B50E) is unknown color: approx La Rioja. HEX triplet: B1, B5 and 0E. RGB value is (177,181,14). Sum of RGB (Red+Green+Blue) = 177+181+14=372 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.58% from 372); Green value is 181 (71.09% from 255 or 48.66% from 372); Blue value is 14 (5.86% from 255 or 3.76% from 372); Max value from RGB is 181 - color contains mainly: green. Hex color #B1B50E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1B50E is #4E4AF1. Grayscale: #A1A1A1. Windows color (decimal): -5130994 or 964017. OLE color: 964017.

HSL color Cylindrical-coordinate representation of color #B1B50E: hue angle of 61.44º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B1B50E is Cyan = 0.02, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB17718114-
CMYK0.0200.920.29
HSL61.44º85.64%38.24%-
HSV(B)61.44º92.27%70.98%-
XYZ34.7342.436.77-
YUV160.7745.17139.58-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.58%
GREEN value IS 181 (71.09% from 255) = 48.66%
BLUE value IS 14 (5.86% from 255) = 3.76%
R=47.58%
G=48.66%
B=3.76%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal177181140.0200.920.2961.4485.6438.24
HexB1B5E205C1D3d5626
Octal2612651620134357512646
Binary101100011011010111101001011100111011111011010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B50E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B50E; }

 p { color: rgb(177,181,14); }

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

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

 a { background-color: rgb(177,181,14); }

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

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

 span { border-color: rgb(177,181,14); }

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