#BDBB00

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

Shades of La Rioja #BDBB00

Tints of La Rioja #BDBB00

Color information

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

HSL color Cylindrical-coordinate representation of color #BDBB00: hue angle of 59.37º 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 #BDBB00 is Cyan = 0, Magento = 0.01, Yellow = 1 and Black (K on CMYK) = 0.26.

Color convert

RGB1891870-
CMYK00.0110.26
HSL59.37º100%37.06%-
HSV(B)59.37º100%74.12%-
XYZ38.7646.366.91-
YUV166.2834.16144.21-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 1
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189187000.0110.2659.3710037.06
HexBDBB001641A3b6425
Octal275273001144327314445
Binary10111101101110110011100100110101110111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBB00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBB00; }

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

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

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

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

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

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

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

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