#B3BF08

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

Shades of La Rioja #B3BF08

Tints of La Rioja #B3BF08

Color information

#B3BF08 (or 0xB3BF08) is unknown color: approx La Rioja. HEX triplet: B3, BF and 08. RGB value is (179,191,8). Sum of RGB (Red+Green+Blue) = 179+191+8=378 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.35% from 378); Green value is 191 (75% from 255 or 50.53% from 378); Blue value is 8 (3.52% from 255 or 2.12% from 378); Max value from RGB is 191 - color contains mainly: green. Hex color #B3BF08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3BF08 is #4C40F7. Grayscale: #A7A7A7. Windows color (decimal): -4997368 or 573363. OLE color: 573363.

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

Color convert

RGB1791918-
CMYK0.0600.960.25
HSL63.93º91.96%39.02%-
HSV(B)63.93º95.81%74.9%-
XYZ37.2746.867.31-
YUV166.5538.52136.88-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.35%
GREEN value IS 191 (75% from 255) = 50.53%
BLUE value IS 8 (3.52% from 255) = 2.12%
R=47.35%
G=50.53%
B=2.12%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal17919180.0600.960.2563.9391.9639.02
HexB3BF8606019405c27
Octal26327710601403110013447
Binary10110011101111111000110011000001100110000001011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BF08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BF08; }

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

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

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

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

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

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

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

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