#B0B610

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

Shades of La Rioja #B0B610

Tints of La Rioja #B0B610

Color information

#B0B610 (or 0xB0B610) is unknown color: approx La Rioja. HEX triplet: B0, B6 and 10. RGB value is (176,182,16). Sum of RGB (Red+Green+Blue) = 176+182+16=374 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.06% from 374); Green value is 182 (71.48% from 255 or 48.66% from 374); Blue value is 16 (6.64% from 255 or 4.28% from 374); Max value from RGB is 182 - color contains mainly: green. Hex color #B0B610 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0B610 is #4F49EF. Grayscale: #A1A1A1. Windows color (decimal): -5196272 or 1095344. OLE color: 1095344.

HSL color Cylindrical-coordinate representation of color #B0B610: hue angle of 62.17º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B0B610 is Cyan = 0.03, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB17618216-
CMYK0.0300.910.29
HSL62.17º83.84%38.82%-
HSV(B)62.17º91.21%71.37%-
XYZ34.7342.726.91-
YUV161.2846.01138.5-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.06%
GREEN value IS 182 (71.48% from 255) = 48.66%
BLUE value IS 16 (6.64% from 255) = 4.28%
R=47.06%
G=48.66%
B=4.28%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal176182160.0300.910.2962.1783.8438.82
HexB0B610305B1D3e5427
Octal2602662030133357612447
Binary1011000010110110100001101011011111011111101010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B610; }

 p { color: rgb(176,182,16); }

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

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

 a { background-color: rgb(176,182,16); }

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

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

 span { border-color: rgb(176,182,16); }

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