#B9C212

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

Shades of La Rioja #B9C212

Tints of La Rioja #B9C212

Color information

#B9C212 (or 0xB9C212) is unknown color: approx La Rioja. HEX triplet: B9, C2 and 12. RGB value is (185,194,18). Sum of RGB (Red+Green+Blue) = 185+194+18=397 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.60% from 397); Green value is 194 (76.17% from 255 or 48.87% from 397); Blue value is 18 (7.42% from 255 or 4.53% from 397); Max value from RGB is 194 - color contains mainly: green. Hex color #B9C212 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9C212 is #463DED. Grayscale: #ABABAB. Windows color (decimal): -4603374 or 1229497. OLE color: 1229497.

HSL color Cylindrical-coordinate representation of color #B9C212: hue angle of 63.07º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B9C212 is Cyan = 0.05, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB18519418-
CMYK0.0500.910.24
HSL63.07º83.02%41.57%-
HSV(B)63.07º90.72%76.08%-
XYZ39.4148.947.94-
YUV171.2441.52137.81-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.60%
GREEN value IS 194 (76.17% from 255) = 48.87%
BLUE value IS 18 (7.42% from 255) = 4.53%
R=46.60%
G=48.87%
B=4.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal185194180.0500.910.2463.0783.0241.57
HexB9C212505B183f532a
Octal2713022250133307712352
Binary10111001110000101001010101011011110001111111010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C212; }

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

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

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

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

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

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

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

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