#B9BE14

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

Shades of La Rioja #B9BE14

Tints of La Rioja #B9BE14

Color information

#B9BE14 (or 0xB9BE14) is unknown color: approx La Rioja. HEX triplet: B9, BE and 14. RGB value is (185,190,20). Sum of RGB (Red+Green+Blue) = 185+190+20=395 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.84% from 395); Green value is 190 (74.61% from 255 or 48.10% from 395); Blue value is 20 (8.20% from 255 or 5.06% from 395); Max value from RGB is 190 - color contains mainly: green. Hex color #B9BE14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9BE14 is #4641EB. Grayscale: #A9A9A9. Windows color (decimal): -4604396 or 1359545. OLE color: 1359545.

HSL color Cylindrical-coordinate representation of color #B9BE14: hue angle of 61.76º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B9BE14 is Cyan = 0.03, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB18519020-
CMYK0.0300.890.25
HSL61.76º80.95%41.18%-
HSV(B)61.76º89.47%74.51%-
XYZ38.5547.197.74-
YUV169.1243.84139.32-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.84%
GREEN value IS 190 (74.61% from 255) = 48.10%
BLUE value IS 20 (8.20% from 255) = 5.06%
R=46.84%
G=48.10%
B=5.06%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal185190200.0300.890.2561.7680.9541.18
HexB9BE143059193e5129
Octal2712762430131317612151
Binary1011100110111110101001101011001110011111101010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BE14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BE14; }

 p { color: rgb(185,190,20); }

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

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

 a { background-color: rgb(185,190,20); }

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

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

 span { border-color: rgb(185,190,20); }

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