#B3A800

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

Shades of La Rioja #B3A800

Tints of La Rioja #B3A800

Color information

#B3A800 (or 0xB3A800) is unknown color: approx La Rioja. HEX triplet: B3, A8 and 00. RGB value is (179,168,0). Sum of RGB (Red+Green+Blue) = 179+168+0=347 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.59% from 347); Green value is 168 (66.02% from 255 or 48.41% from 347); Blue value is 0 (0.39% from 255 or 0% from 347); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A800 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3A800 is #4C57FF. Grayscale: #989898. Windows color (decimal): -5003264 or 43187. OLE color: 43187.

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

Color convert

RGB1791680-
CMYK00.0610.30
HSL56.31º100%35.1%-
HSV(B)56.31º100%70.2%-
XYZ32.5937.595.54-
YUV152.1442.14147.16-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 51.59%
GREEN value IS 168 (66.02% from 255) = 48.41%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.59%
G=48.41%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 1
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179168000.0610.3056.3110035.1
HexB3A8006641E386423
Octal263250006144367014443
Binary1011001110101000001101100100111101110001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A800; }

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

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

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

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

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

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

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

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