#B5B20E

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

Shades of La Rioja #B5B20E

Tints of La Rioja #B5B20E

Color information

#B5B20E (or 0xB5B20E) is unknown color: approx La Rioja. HEX triplet: B5, B2 and 0E. RGB value is (181,178,14). Sum of RGB (Red+Green+Blue) = 181+178+14=373 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.53% from 373); Green value is 178 (69.92% from 255 or 47.72% from 373); Blue value is 14 (5.86% from 255 or 3.75% from 373); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B20E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5B20E is #4A4DF1. Grayscale: #A0A0A0. Windows color (decimal): -4869618 or 963253. OLE color: 963253.

HSL color Cylindrical-coordinate representation of color #B5B20E: hue angle of 58.92º 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 #B5B20E is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB18117814-
CMYK00.020.920.29
HSL58.92º85.64%38.24%-
HSV(B)58.92º92.27%70.98%-
XYZ35.0641.76.62-
YUV160.245.49142.84-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.53%
GREEN value IS 178 (69.92% from 255) = 47.72%
BLUE value IS 14 (5.86% from 255) = 3.75%
R=48.53%
G=47.72%
B=3.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811781400.020.920.2958.9285.6438.24
HexB5B2E025C1D3b5626
Octal2652621602134357312646
Binary101101011011001011100101011100111011110111010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B20E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B20E; }

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

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

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

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

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

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

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

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