#B5BD0E

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

Shades of La Rioja #B5BD0E

Tints of La Rioja #B5BD0E

Color information

#B5BD0E (or 0xB5BD0E) is unknown color: approx La Rioja. HEX triplet: B5, BD and 0E. RGB value is (181,189,14). Sum of RGB (Red+Green+Blue) = 181+189+14=384 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.14% from 384); Green value is 189 (74.22% from 255 or 49.22% from 384); Blue value is 14 (5.86% from 255 or 3.65% from 384); Max value from RGB is 189 - color contains mainly: green. Hex color #B5BD0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5BD0E is #4A42F1. Grayscale: #A7A7A7. Windows color (decimal): -4866802 or 966069. OLE color: 966069.

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

Color convert

RGB18118914-
CMYK0.0400.930.26
HSL62.74º86.21%39.8%-
HSV(B)62.74º92.59%74.12%-
XYZ37.3346.257.38-
YUV166.6641.85138.23-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.14%
GREEN value IS 189 (74.22% from 255) = 49.22%
BLUE value IS 14 (5.86% from 255) = 3.65%
R=47.14%
G=49.22%
B=3.65%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal181189140.0400.930.2662.7486.2139.8
HexB5BDE405D1A3f5628
Octal2652751640135327712650
Binary1011010110111101111010001011101110101111111010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BD0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BD0E; }

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

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

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

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

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

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

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

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