#B3BF01

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

Shades of La Rioja #B3BF01

Tints of La Rioja #B3BF01

Color information

#B3BF01 (or 0xB3BF01) is unknown color: approx La Rioja. HEX triplet: B3, BF and 01. RGB value is (179,191,1). Sum of RGB (Red+Green+Blue) = 179+191+1=371 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.25% from 371); Green value is 191 (75% from 255 or 51.48% from 371); Blue value is 1 (0.78% from 255 or 0.27% from 371); Max value from RGB is 191 - color contains mainly: green. Hex color #B3BF01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3BF01 is #4C40FE. Grayscale: #A6A6A6. Windows color (decimal): -4997375 or 114611. OLE color: 114611.

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

Color convert

RGB1791911-
CMYK0.0600.990.25
HSL63.79º98.96%37.65%-
HSV(B)63.79º99.48%74.9%-
XYZ37.2346.857.11-
YUV165.7535.02137.45-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 48.25%
GREEN value IS 191 (75% from 255) = 51.48%
BLUE value IS 1 (0.78% from 255) = 0.27%
R=48.25%
G=51.48%
B=0.27%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal17919110.0600.990.2563.7998.9637.65
HexB3BF1606319406326
Octal2632771601433110014346
Binary10110011101111111110011000111100110000001100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BF01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BF01; }

 p { color: rgb(179,191,1); }

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

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

 a { background-color: rgb(179,191,1); }

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

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

 span { border-color: rgb(179,191,1); }

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