#B9B912

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

Shades of La Rioja #B9B912

Tints of La Rioja #B9B912

Color information

#B9B912 (or 0xB9B912) is unknown color: approx La Rioja. HEX triplet: B9, B9 and 12. RGB value is (185,185,18). Sum of RGB (Red+Green+Blue) = 185+185+18=388 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.68% from 388); Green value is 185 (72.66% from 255 or 47.68% from 388); Blue value is 18 (7.42% from 255 or 4.64% from 388); Max value from RGB is 185 - color contains mainly: red, green. Hex color #B9B912 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9B912 is #4646ED. Grayscale: #A6A6A6. Windows color (decimal): -4605678 or 1227193. OLE color: 1227193.

HSL color Cylindrical-coordinate representation of color #B9B912: hue angle of 60º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B9B912 is Cyan = 0, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB18518518-
CMYK000.900.27
HSL60º82.27%39.8%-
HSV(B)60º90.27%72.55%-
XYZ37.4745.067.29-
YUV165.9644.5141.58-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.68%
GREEN value IS 185 (72.66% from 255) = 47.68%
BLUE value IS 18 (7.42% from 255) = 4.64%
R=47.68%
G=47.68%
B=4.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18518518000.900.276082.2739.8
HexB9B912005A1B3c5228
Octal2712712200132337412250
Binary101110011011100110010001011010110111111001010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B912; }

 p { color: rgb(185,185,18); }

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

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

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

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

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

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

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