#B2AD09

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

Shades of La Rioja #B2AD09

Tints of La Rioja #B2AD09

Color information

#B2AD09 (or 0xB2AD09) is unknown color: approx La Rioja. HEX triplet: B2, AD and 09. RGB value is (178,173,9). Sum of RGB (Red+Green+Blue) = 178+173+9=360 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.44% from 360); Green value is 173 (67.97% from 255 or 48.06% from 360); Blue value is 9 (3.91% from 255 or 2.5% from 360); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AD09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2AD09 is #4D52F6. Grayscale: #9C9C9C. Windows color (decimal): -5067511 or 634290. OLE color: 634290.

HSL color Cylindrical-coordinate representation of color #B2AD09: hue angle of 58.22º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B2AD09 is Cyan = 0, Magento = 0.03, Yellow = 0.95 and Black (K on CMYK) = 0.30.

Color convert

RGB1781739-
CMYK00.030.950.30
HSL58.22º90.37%36.67%-
HSV(B)58.22º94.94%69.8%-
XYZ33.3539.376.1-
YUV155.845.16143.84-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 49.44%
GREEN value IS 173 (67.97% from 255) = 48.06%
BLUE value IS 9 (3.91% from 255) = 2.5%
R=49.44%
G=48.06%
B=2.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.95
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178173900.030.950.3058.2290.3736.67
HexB2AD9035F1E3a5a25
Octal2622551103137367213245
Binary101100101010110110010111011111111101110101011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AD09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AD09; }

 p { color: rgb(178,173,9); }

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

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

 a { background-color: rgb(178,173,9); }

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

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

 span { border-color: rgb(178,173,9); }

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