#B9C512

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

Shades of La Rioja #B9C512

Tints of La Rioja #B9C512

Color information

#B9C512 (or 0xB9C512) is unknown color: approx La Rioja. HEX triplet: B9, C5 and 12. RGB value is (185,197,18). Sum of RGB (Red+Green+Blue) = 185+197+18=400 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.25% from 400); Green value is 197 (77.34% from 255 or 49.25% from 400); Blue value is 18 (7.42% from 255 or 4.5% from 400); Max value from RGB is 197 - color contains mainly: green. Hex color #B9C512 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9C512 is #463AED. Grayscale: #ADADAD. Windows color (decimal): -4602606 or 1230265. OLE color: 1230265.

HSL color Cylindrical-coordinate representation of color #B9C512: hue angle of 64.02º degrees, saturation: 0.83, 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 #B9C512 is Cyan = 0.06, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB18519718-
CMYK0.0600.910.23
HSL64.02º83.26%42.16%-
HSV(B)64.02º90.86%77.25%-
XYZ40.0850.298.17-
YUV173.0140.52136.55-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.25%
GREEN value IS 197 (77.34% from 255) = 49.25%
BLUE value IS 18 (7.42% from 255) = 4.5%
R=46.25%
G=49.25%
B=4.5%

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
Decimal185197180.0600.910.2364.0283.2642.16
HexB9C512605B1740532a
Octal27130522601332710012352
Binary101110011100010110010110010110111011110000001010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C512; }

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

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

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

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

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

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

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

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