#B3BC08

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

Shades of La Rioja #B3BC08

Tints of La Rioja #B3BC08

Color information

#B3BC08 (or 0xB3BC08) is unknown color: approx La Rioja. HEX triplet: B3, BC and 08. RGB value is (179,188,8). Sum of RGB (Red+Green+Blue) = 179+188+8=375 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.73% from 375); Green value is 188 (73.83% from 255 or 50.13% from 375); Blue value is 8 (3.52% from 255 or 2.13% from 375); Max value from RGB is 188 - color contains mainly: green. Hex color #B3BC08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3BC08 is #4C43F7. Grayscale: #A5A5A5. Windows color (decimal): -4998136 or 572595. OLE color: 572595.

HSL color Cylindrical-coordinate representation of color #B3BC08: hue angle of 63º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B3BC08 is Cyan = 0.05, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.

Color convert

RGB1791888-
CMYK0.0500.960.26
HSL63º91.84%38.43%-
HSV(B)63º95.74%73.73%-
XYZ36.6245.577.1-
YUV164.7939.52138.14-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.73%
GREEN value IS 188 (73.83% from 255) = 50.13%
BLUE value IS 8 (3.52% from 255) = 2.13%
R=47.73%
G=50.13%
B=2.13%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal17918880.0500.960.266391.8438.43
HexB3BC850601A3f5c26
Octal2632741050140327713446
Binary1011001110111100100010101100000110101111111011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BC08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BC08; }

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

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

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

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

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

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

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

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