#B2AA08

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

Shades of La Rioja #B2AA08

Tints of La Rioja #B2AA08

Color information

#B2AA08 (or 0xB2AA08) is unknown color: approx La Rioja. HEX triplet: B2, AA and 08. RGB value is (178,170,8). Sum of RGB (Red+Green+Blue) = 178+170+8=356 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50% from 356); Green value is 170 (66.80% from 255 or 47.75% from 356); Blue value is 8 (3.52% from 255 or 2.25% from 356); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AA08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2AA08 is #4D55F7. Grayscale: #9A9A9A. Windows color (decimal): -5068280 or 567986. OLE color: 567986.

HSL color Cylindrical-coordinate representation of color #B2AA08: hue angle of 57.18º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B2AA08 is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.30.

Color convert

RGB1781708-
CMYK00.040.960.30
HSL57.18º91.4%36.47%-
HSV(B)57.18º95.51%69.8%-
XYZ32.7838.235.88-
YUV153.9245.65145.17-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 50%
GREEN value IS 170 (66.80% from 255) = 47.75%
BLUE value IS 8 (3.52% from 255) = 2.25%
R=50%
G=47.75%
B=2.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.96
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178170800.040.960.3057.1891.436.47
HexB2AA804601E395b24
Octal2622521004140367113344
Binary1011001010101010100001001100000111101110011011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AA08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AA08; }

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

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

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

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

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

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

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

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