#B3B400

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

Shades of La Rioja #B3B400

Tints of La Rioja #B3B400

Color information

#B3B400 (or 0xB3B400) is unknown color: approx La Rioja. HEX triplet: B3, B4 and 00. RGB value is (179,180,0). Sum of RGB (Red+Green+Blue) = 179+180+0=359 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.86% from 359); Green value is 180 (70.70% from 255 or 50.14% from 359); Blue value is 0 (0.39% from 255 or 0% from 359); Max value from RGB is 180 - color contains mainly: green. Hex color #B3B400 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3B400 is #4C4BFF. Grayscale: #9F9F9F. Windows color (decimal): -5000192 or 46259. OLE color: 46259.

HSL color Cylindrical-coordinate representation of color #B3B400: hue angle of 60.33º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B3B400 is Cyan = 0.01, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.29.

Color convert

RGB1791800-
CMYK0.01010.29
HSL60.33º100%35.29%-
HSV(B)60.33º100%70.59%-
XYZ34.9142.236.31-
YUV159.1838.17142.14-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.86%
GREEN value IS 180 (70.70% from 255) = 50.14%
BLUE value IS 0 (0.39% from 255) = 0%
R=49.86%
G=50.14%
B=0%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal17918000.01010.2960.3310035.29
HexB3B4010641D3c6423
Octal263264010144357414443
Binary10110011101101000101100100111011111001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B400; }

 p { color: rgb(179,180,0); }

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

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

 a { background-color: rgb(179,180,0); }

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

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

 span { border-color: rgb(179,180,0); }

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