#B9BD13

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

Shades of La Rioja #B9BD13

Tints of La Rioja #B9BD13

Color information

#B9BD13 (or 0xB9BD13) is unknown color: approx La Rioja. HEX triplet: B9, BD and 13. RGB value is (185,189,19). Sum of RGB (Red+Green+Blue) = 185+189+19=393 (52% of max value = 765). Red value is 185 (72.66% from 255 or 47.07% from 393); Green value is 189 (74.22% from 255 or 48.09% from 393); Blue value is 19 (7.81% from 255 or 4.83% from 393); Max value from RGB is 189 - color contains mainly: green. Hex color #B9BD13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9BD13 is #4642EC. Grayscale: #A9A9A9. Windows color (decimal): -4604653 or 1293753. OLE color: 1293753.

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

Color convert

RGB18518919-
CMYK0.0200.900.26
HSL61.41º81.73%40.78%-
HSV(B)61.41º89.95%74.12%-
XYZ38.3246.767.62-
YUV168.4243.67139.82-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.07%
GREEN value IS 189 (74.22% from 255) = 48.09%
BLUE value IS 19 (7.81% from 255) = 4.83%
R=47.07%
G=48.09%
B=4.83%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal185189190.0200.900.2661.4181.7340.78
HexB9BD13205A1A3d5229
Octal2712752320132327512251
Binary1011100110111101100111001011010110101111011010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BD13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BD13; }

 p { color: rgb(185,189,19); }

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

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

 a { background-color: rgb(185,189,19); }

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

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

 span { border-color: rgb(185,189,19); }

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