#B6AE00

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

Shades of La Rioja #B6AE00

Tints of La Rioja #B6AE00

Color information

#B6AE00 (or 0xB6AE00) is unknown color: approx La Rioja. HEX triplet: B6, AE and 00. RGB value is (182,174,0). Sum of RGB (Red+Green+Blue) = 182+174+0=356 (47% of max value = 765). Red value is 182 (71.48% from 255 or 51.12% from 356); Green value is 174 (68.36% from 255 or 48.88% from 356); Blue value is 0 (0.39% from 255 or 0% from 356); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AE00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B6AE00 is #4951FF. Grayscale: #9D9D9D. Windows color (decimal): -4805120 or 44726. OLE color: 44726.

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

Color convert

RGB1821740-
CMYK00.0410.29
HSL57.36º100%35.69%-
HSV(B)57.36º100%71.37%-
XYZ34.4340.225.95-
YUV156.5639.65146.15-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 51.12%
GREEN value IS 174 (68.36% from 255) = 48.88%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.12%
G=48.88%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 1
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182174000.0410.2957.3610035.69
HexB6AE004641D396424
Octal266256004144357114444
Binary1011011010101110001001100100111011110011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AE00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AE00; }

 p { color: rgb(182,174,0); }

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

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

 a { background-color: rgb(182,174,0); }

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

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

 span { border-color: rgb(182,174,0); }

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