#BBBD00

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

Shades of La Rioja #BBBD00

Tints of La Rioja #BBBD00

Color information

#BBBD00 (or 0xBBBD00) is unknown color: approx La Rioja. HEX triplet: BB, BD and 00. RGB value is (187,189,0). Sum of RGB (Red+Green+Blue) = 187+189+0=376 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.73% from 376); Green value is 189 (74.22% from 255 or 50.27% from 376); Blue value is 0 (0.39% from 255 or 0% from 376); Max value from RGB is 189 - color contains mainly: green. Hex color #BBBD00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBBD00 is #4442FF. Grayscale: #A7A7A7. Windows color (decimal): -4473600 or 48571. OLE color: 48571.

HSL color Cylindrical-coordinate representation of color #BBBD00: hue angle of 60.63º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BBBD00 is Cyan = 0.01, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.26.

Color convert

RGB1871890-
CMYK0.01010.26
HSL60.63º100%37.06%-
HSV(B)60.63º100%74.12%-
XYZ38.6946.967.02-
YUV166.8633.84142.37-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.73%
GREEN value IS 189 (74.22% from 255) = 50.27%
BLUE value IS 0 (0.39% from 255) = 0%
R=49.73%
G=50.27%
B=0%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18718900.01010.2660.6310037.06
HexBBBD010641A3d6425
Octal273275010144327514445
Binary10111011101111010101100100110101111011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBD00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBD00; }

 p { color: rgb(187,189,0); }

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

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

 a { background-color: rgb(187,189,0); }

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

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

 span { border-color: rgb(187,189,0); }

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