#B1B611

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

Shades of La Rioja #B1B611

Tints of La Rioja #B1B611

Color information

#B1B611 (or 0xB1B611) is unknown color: approx La Rioja. HEX triplet: B1, B6 and 11. RGB value is (177,182,17). Sum of RGB (Red+Green+Blue) = 177+182+17=376 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.07% from 376); Green value is 182 (71.48% from 255 or 48.40% from 376); Blue value is 17 (7.03% from 255 or 4.52% from 376); Max value from RGB is 182 - color contains mainly: green. Hex color #B1B611 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1B611 is #4E49EE. Grayscale: #A2A2A2. Windows color (decimal): -5130735 or 1160881. OLE color: 1160881.

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

Color convert

RGB17718217-
CMYK0.0300.910.29
HSL61.82º82.91%39.02%-
HSV(B)61.82º90.66%71.37%-
XYZ34.9642.846.96-
YUV161.6946.34138.92-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.07%
GREEN value IS 182 (71.48% from 255) = 48.40%
BLUE value IS 17 (7.03% from 255) = 4.52%
R=47.07%
G=48.40%
B=4.52%

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
Decimal177182170.0300.910.2961.8282.9139.02
HexB1B611305B1D3e5327
Octal2612662130133357612347
Binary1011000110110110100011101011011111011111101010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B611; }

 p { color: rgb(177,182,17); }

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

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

 a { background-color: rgb(177,182,17); }

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

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

 span { border-color: rgb(177,182,17); }

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