#B2B512

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

Shades of La Rioja #B2B512

Tints of La Rioja #B2B512

Color information

#B2B512 (or 0xB2B512) is unknown color: approx La Rioja. HEX triplet: B2, B5 and 12. RGB value is (178,181,18). Sum of RGB (Red+Green+Blue) = 178+181+18=377 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.21% from 377); Green value is 181 (71.09% from 255 or 48.01% from 377); Blue value is 18 (7.42% from 255 or 4.77% from 377); Max value from RGB is 181 - color contains mainly: green. Hex color #B2B512 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2B512 is #4D4AED. Grayscale: #A2A2A2. Windows color (decimal): -5065454 or 1226162. OLE color: 1226162.

HSL color Cylindrical-coordinate representation of color #B2B512: hue angle of 61.1º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B2B512 is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB17818118-
CMYK0.0200.900.29
HSL61.1º81.91%39.02%-
HSV(B)61.1º90.06%70.98%-
XYZ34.9942.566.94-
YUV161.5247.01139.75-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.21%
GREEN value IS 181 (71.09% from 255) = 48.01%
BLUE value IS 18 (7.42% from 255) = 4.77%
R=47.21%
G=48.01%
B=4.77%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal178181180.0200.900.2961.181.9139.02
HexB2B512205A1D3d5227
Octal2622652220132357512247
Binary1011001010110101100101001011010111011111011010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B512; }

 p { color: rgb(178,181,18); }

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

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

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

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

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

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

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