#B5BF00

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

Shades of La Rioja #B5BF00

Tints of La Rioja #B5BF00

Color information

#B5BF00 (or 0xB5BF00) is unknown color: approx La Rioja. HEX triplet: B5, BF and 00. RGB value is (181,191,0). Sum of RGB (Red+Green+Blue) = 181+191+0=372 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.66% from 372); Green value is 191 (75% from 255 or 51.34% from 372); Blue value is 0 (0.39% from 255 or 0% from 372); Max value from RGB is 191 - color contains mainly: green. Hex color #B5BF00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5BF00 is #4A40FF. Grayscale: #A6A6A6. Windows color (decimal): -4866304 or 49077. OLE color: 49077.

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

Color convert

RGB1811910-
CMYK0.05010.25
HSL63.14º100%37.45%-
HSV(B)63.14º100%74.9%-
XYZ37.6947.097.1-
YUV166.2434.19138.53-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.66%
GREEN value IS 191 (75% from 255) = 51.34%
BLUE value IS 0 (0.39% from 255) = 0%
R=48.66%
G=51.34%
B=0%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal18119100.05010.2563.1410037.45
HexB5BF05064193f6425
Octal265277050144317714445
Binary1011010110111111010101100100110011111111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BF00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BF00; }

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

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

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

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

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

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

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

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