#b2aa00

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

Shades of La Rioja #B2AA00

Tints of La Rioja #B2AA00

Color information

#B2AA00 (or 0xB2AA00) is unknown color: approx La Rioja. HEX triplet: B2, AA and 00. RGB value is (178,170,0). Sum of RGB (Red+Green+Blue) = 178+170+0=348 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.15% from 348); Green value is 170 (66.80% from 255 or 48.85% from 348); Blue value is 0 (0.39% from 255 or 0% from 348); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AA00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2AA00 is #4D55FF. Grayscale: #999999. Windows color (decimal): -5068288 or 43698. OLE color: 43698.

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

Color convert

RGB1781700-
CMYK00.0410.30
HSL57.3º100%34.9%-
HSV(B)57.3º100%69.8%-
XYZ32.7338.215.65-
YUV153.0141.65145.82-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 51.15%
GREEN value IS 170 (66.80% from 255) = 48.85%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.15%
G=48.85%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 1
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178170000.0410.3057.310034.9
HexB2AA004641E396423
Octal262252004144367114443
Binary1011001010101010001001100100111101110011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b2aa00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b2aa00; }

 p { color: rgb(178,170,0); }

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

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

 a { background-color: rgb(178,170,0); }

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

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

 span { border-color: rgb(178,170,0); }

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