#B9C511

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

Shades of La Rioja #B9C511

Tints of La Rioja #B9C511

Color information

#B9C511 (or 0xB9C511) is unknown color: approx La Rioja. HEX triplet: B9, C5 and 11. RGB value is (185,197,17). Sum of RGB (Red+Green+Blue) = 185+197+17=399 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.37% from 399); Green value is 197 (77.34% from 255 or 49.37% from 399); Blue value is 17 (7.03% from 255 or 4.26% from 399); Max value from RGB is 197 - color contains mainly: green. Hex color #B9C511 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9C511 is #463AEE. Grayscale: #ADADAD. Windows color (decimal): -4602607 or 1164729. OLE color: 1164729.

HSL color Cylindrical-coordinate representation of color #B9C511: hue angle of 64º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B9C511 is Cyan = 0.06, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB18519717-
CMYK0.0600.910.23
HSL64º84.11%41.96%-
HSV(B)64º91.37%77.25%-
XYZ40.0850.298.12-
YUV172.8940.02136.64-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.37%
GREEN value IS 197 (77.34% from 255) = 49.37%
BLUE value IS 17 (7.03% from 255) = 4.26%
R=46.37%
G=49.37%
B=4.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal185197170.0600.910.236484.1141.96
HexB9C511605B1740542a
Octal27130521601332710012452
Binary101110011100010110001110010110111011110000001010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C511; }

 p { color: rgb(185,197,17); }

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

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

 a { background-color: rgb(185,197,17); }

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

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

 span { border-color: rgb(185,197,17); }

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