#B1BB11

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

Shades of La Rioja #B1BB11

Tints of La Rioja #B1BB11

Color information

#B1BB11 (or 0xB1BB11) is unknown color: approx La Rioja. HEX triplet: B1, BB and 11. RGB value is (177,187,17). Sum of RGB (Red+Green+Blue) = 177+187+17=381 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.46% from 381); Green value is 187 (73.44% from 255 or 49.08% from 381); Blue value is 17 (7.03% from 255 or 4.46% from 381); Max value from RGB is 187 - color contains mainly: green. Hex color #B1BB11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1BB11 is #4E44EE. Grayscale: #A5A5A5. Windows color (decimal): -5129455 or 1162161. OLE color: 1162161.

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

Color convert

RGB17718717-
CMYK0.0500.910.27
HSL63.53º83.33%40%-
HSV(B)63.53º90.91%73.33%-
XYZ3644.937.3-
YUV164.6344.69136.82-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.46%
GREEN value IS 187 (73.44% from 255) = 49.08%
BLUE value IS 17 (7.03% from 255) = 4.46%
R=46.46%
G=49.08%
B=4.46%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal177187170.0500.910.2763.5383.3340
HexB1BB11505B1B405328
Octal26127321501333310012350
Binary101100011011101110001101010110111101110000001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BB11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BB11; }

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

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

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

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

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

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

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

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