#BAAC00

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

Shades of La Rioja #BAAC00

Tints of La Rioja #BAAC00

Color information

#BAAC00 (or 0xBAAC00) is unknown color: approx La Rioja. HEX triplet: BA, AC and 00. RGB value is (186,172,0). Sum of RGB (Red+Green+Blue) = 186+172+0=358 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.96% from 358); Green value is 172 (67.58% from 255 or 48.04% from 358); Blue value is 0 (0.39% from 255 or 0% from 358); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAC00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAAC00 is #4553FF. Grayscale: #9D9D9D. Windows color (decimal): -4543488 or 44218. OLE color: 44218.

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

Color convert

RGB1861720-
CMYK00.0810.27
HSL55.48º100%36.47%-
HSV(B)55.48º100%72.94%-
XYZ3539.945.87-
YUV156.5839.64148.99-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.96%
GREEN value IS 172 (67.58% from 255) = 48.04%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.96%
G=48.04%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186172000.0810.2755.4810036.47
HexBAAC008641B376424
Octal2722540010144336714444
Binary10111010101011000010001100100110111101111100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAC00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAC00; }

 p { color: rgb(186,172,0); }

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

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

 a { background-color: rgb(186,172,0); }

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

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

 span { border-color: rgb(186,172,0); }

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