#B2B417

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

Shades of La Rioja #B2B417

Tints of La Rioja #B2B417

Color information

#B2B417 (or 0xB2B417) is unknown color: approx La Rioja. HEX triplet: B2, B4 and 17. RGB value is (178,180,23). Sum of RGB (Red+Green+Blue) = 178+180+23=381 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.72% from 381); Green value is 180 (70.70% from 255 or 47.24% from 381); Blue value is 23 (9.38% from 255 or 6.04% from 381); Max value from RGB is 180 - color contains mainly: green. Hex color #B2B417 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2B417 is #4D4BE8. Grayscale: #A2A2A2. Windows color (decimal): -5065705 or 1553586. OLE color: 1553586.

HSL color Cylindrical-coordinate representation of color #B2B417: hue angle of 60.76º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B2B417 is Cyan = 0.01, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB17818023-
CMYK0.0100.870.29
HSL60.76º77.34%39.8%-
HSV(B)60.76º87.22%70.59%-
XYZ34.8442.177.11-
YUV161.549.84139.77-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.72%
GREEN value IS 180 (70.70% from 255) = 47.24%
BLUE value IS 23 (9.38% from 255) = 6.04%
R=46.72%
G=47.24%
B=6.04%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal178180230.0100.870.2960.7677.3439.8
HexB2B41710571D3d4d28
Octal2622642710127357511550
Binary101100101011010010111101010111111011111011001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B417; }

 p { color: rgb(178,180,23); }

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

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

 a { background-color: rgb(178,180,23); }

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

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

 span { border-color: rgb(178,180,23); }

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