#B1BF08

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

Shades of La Rioja #B1BF08

Tints of La Rioja #B1BF08

Color information

#B1BF08 (or 0xB1BF08) is unknown color: approx La Rioja. HEX triplet: B1, BF and 08. RGB value is (177,191,8). Sum of RGB (Red+Green+Blue) = 177+191+8=376 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.07% from 376); Green value is 191 (75% from 255 or 50.80% from 376); Blue value is 8 (3.52% from 255 or 2.13% from 376); Max value from RGB is 191 - color contains mainly: green. Hex color #B1BF08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1BF08 is #4E40F7. Grayscale: #A6A6A6. Windows color (decimal): -5128440 or 573361. OLE color: 573361.

HSL color Cylindrical-coordinate representation of color #B1BF08: hue angle of 64.59º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B1BF08 is Cyan = 0.07, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB1771918-
CMYK0.0700.960.25
HSL64.59º91.96%39.02%-
HSV(B)64.59º95.81%74.9%-
XYZ36.8146.637.29-
YUV165.9538.86135.88-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.07%
GREEN value IS 191 (75% from 255) = 50.80%
BLUE value IS 8 (3.52% from 255) = 2.13%
R=47.07%
G=50.80%
B=2.13%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal17719180.0700.960.2564.5991.9639.02
HexB1BF8706019415c27
Octal26127710701403110113447
Binary10110001101111111000111011000001100110000011011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BF08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BF08; }

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

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

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

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

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

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

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

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