#B3A600

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

Shades of La Rioja #B3A600

Tints of La Rioja #B3A600

Color information

#B3A600 (or 0xB3A600) is unknown color: approx La Rioja. HEX triplet: B3, A6 and 00. RGB value is (179,166,0). Sum of RGB (Red+Green+Blue) = 179+166+0=345 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.88% from 345); Green value is 166 (65.23% from 255 or 48.12% from 345); Blue value is 0 (0.39% from 255 or 0% from 345); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A600 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3A600 is #4C59FF. Grayscale: #979797. Windows color (decimal): -5003776 or 42675. OLE color: 42675.

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

Color convert

RGB1791660-
CMYK00.0710.30
HSL55.64º100%35.1%-
HSV(B)55.64º100%70.2%-
XYZ32.2336.865.42-
YUV150.9642.81148-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 51.88%
GREEN value IS 166 (65.23% from 255) = 48.12%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.88%
G=48.12%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 1
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179166000.0710.3055.6410035.1
HexB3A6007641E386423
Octal263246007144367014443
Binary1011001110100110001111100100111101110001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A600; }

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

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

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

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

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

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

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

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