#B1BF00

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

Shades of La Rioja #B1BF00

Tints of La Rioja #B1BF00

Color information

#B1BF00 (or 0xB1BF00) is unknown color: approx La Rioja. HEX triplet: B1, BF and 00. RGB value is (177,191,0). Sum of RGB (Red+Green+Blue) = 177+191+0=368 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.10% from 368); Green value is 191 (75% from 255 or 51.90% from 368); Blue value is 0 (0.39% from 255 or 0% from 368); Max value from RGB is 191 - color contains mainly: green. Hex color #B1BF00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1BF00 is #4E40FF. Grayscale: #A5A5A5. Windows color (decimal): -5128448 or 49073. OLE color: 49073.

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

Color convert

RGB1771910-
CMYK0.07010.25
HSL64.4º100%37.45%-
HSV(B)64.4º100%74.9%-
XYZ36.7646.617.06-
YUV165.0434.86136.53-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.10%
GREEN value IS 191 (75% from 255) = 51.90%
BLUE value IS 0 (0.39% from 255) = 0%
R=48.10%
G=51.90%
B=0%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal17719100.07010.2564.410037.45
HexB1BF0706419406425
Octal2612770701443110014445
Binary10110001101111110111011001001100110000001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BF00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BF00; }

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

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

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

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

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

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

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

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