#B5B90D

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

Shades of La Rioja #B5B90D

Tints of La Rioja #B5B90D

Color information

#B5B90D (or 0xB5B90D) is unknown color: approx La Rioja. HEX triplet: B5, B9 and 0D. RGB value is (181,185,13). Sum of RGB (Red+Green+Blue) = 181+185+13=379 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.76% from 379); Green value is 185 (72.66% from 255 or 48.81% from 379); Blue value is 13 (5.47% from 255 or 3.43% from 379); Max value from RGB is 185 - color contains mainly: green. Hex color #B5B90D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5B90D is #4A46F2. Grayscale: #A4A4A4. Windows color (decimal): -4867827 or 899509. OLE color: 899509.

HSL color Cylindrical-coordinate representation of color #B5B90D: hue angle of 61.4º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B5B90D is Cyan = 0.02, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.27.

Color convert

RGB18118513-
CMYK0.0200.930.27
HSL61.4º86.87%38.82%-
HSV(B)61.4º92.97%72.55%-
XYZ36.4844.557.06-
YUV164.242.67139.99-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.76%
GREEN value IS 185 (72.66% from 255) = 48.81%
BLUE value IS 13 (5.47% from 255) = 3.43%
R=47.76%
G=48.81%
B=3.43%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal181185130.0200.930.2761.486.8738.82
HexB5B9D205D1B3d5727
Octal2652711520135337512747
Binary101101011011100111011001011101110111111011010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B90D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B90D; }

 p { color: rgb(181,185,13); }

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

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

 a { background-color: rgb(181,185,13); }

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

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

 span { border-color: rgb(181,185,13); }

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