#BBBE16

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

Shades of La Rioja #BBBE16

Tints of La Rioja #BBBE16

Color information

#BBBE16 (or 0xBBBE16) is unknown color: approx La Rioja. HEX triplet: BB, BE and 16. RGB value is (187,190,22). Sum of RGB (Red+Green+Blue) = 187+190+22=399 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.87% from 399); Green value is 190 (74.61% from 255 or 47.62% from 399); Blue value is 22 (8.98% from 255 or 5.51% from 399); Max value from RGB is 190 - color contains mainly: green. Hex color #BBBE16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBBE16 is #4441E9. Grayscale: #AAAAAA. Windows color (decimal): -4473322 or 1490619. OLE color: 1490619.

HSL color Cylindrical-coordinate representation of color #BBBE16: hue angle of 61.07º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BBBE16 is Cyan = 0.02, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB18719022-
CMYK0.0200.880.25
HSL61.07º79.25%41.57%-
HSV(B)61.07º88.42%74.51%-
XYZ39.0547.457.86-
YUV169.9544.51140.16-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.87%
GREEN value IS 190 (74.61% from 255) = 47.62%
BLUE value IS 22 (8.98% from 255) = 5.51%
R=46.87%
G=47.62%
B=5.51%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal187190220.0200.880.2561.0779.2541.57
HexBBBE162058193d4f2a
Octal2732762620130317511752
Binary1011101110111110101101001011000110011111011001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBE16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBE16; }

 p { color: rgb(187,190,22); }

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

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

 a { background-color: rgb(187,190,22); }

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

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

 span { border-color: rgb(187,190,22); }

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