#BDBF00

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

Shades of La Rioja #BDBF00

Tints of La Rioja #BDBF00

Color information

#BDBF00 (or 0xBDBF00) is unknown color: approx La Rioja. HEX triplet: BD, BF and 00. RGB value is (189,191,0). Sum of RGB (Red+Green+Blue) = 189+191+0=380 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.74% from 380); Green value is 191 (75% from 255 or 50.26% from 380); Blue value is 0 (0.39% from 255 or 0% from 380); Max value from RGB is 191 - color contains mainly: green. Hex color #BDBF00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDBF00 is #4240FF. Grayscale: #A9A9A9. Windows color (decimal): -4342016 or 49085. OLE color: 49085.

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

Color convert

RGB1891910-
CMYK0.01010.25
HSL60.63º100%37.45%-
HSV(B)60.63º100%74.9%-
XYZ39.6248.087.19-
YUV168.6332.84142.53-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 49.74%
GREEN value IS 191 (75% from 255) = 50.26%
BLUE value IS 0 (0.39% from 255) = 0%
R=49.74%
G=50.26%
B=0%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal18919100.01010.2560.6310037.45
HexBDBF01064193d6425
Octal275277010144317514445
Binary10111101101111110101100100110011111011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBF00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBF00; }

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

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

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

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

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

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

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

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