#BAAD02

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

Shades of La Rioja #BAAD02

Tints of La Rioja #BAAD02

Color information

#BAAD02 (or 0xBAAD02) is unknown color: approx La Rioja. HEX triplet: BA, AD and 02. RGB value is (186,173,2). Sum of RGB (Red+Green+Blue) = 186+173+2=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 173 (67.97% from 255 or 47.92% from 361); Blue value is 2 (1.17% from 255 or 0.55% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAD02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAAD02 is #4552FD. Grayscale: #9E9E9E. Windows color (decimal): -4543230 or 175546. OLE color: 175546.

HSL color Cylindrical-coordinate representation of color #BAAD02: hue angle of 55.76º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BAAD02 is Cyan = 0, Magento = 0.07, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB1861732-
CMYK00.070.990.27
HSL55.76º97.87%36.86%-
HSV(B)55.76º98.92%72.94%-
XYZ35.240.335.99-
YUV157.3940.31148.4-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.52%
GREEN value IS 173 (67.97% from 255) = 47.92%
BLUE value IS 2 (1.17% from 255) = 0.55%
R=51.52%
G=47.92%
B=0.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.99
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186173200.070.990.2755.7697.8736.86
HexBAAD207631B386225
Octal272255207143337014245
Binary10111010101011011001111100011110111110001100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAD02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAD02; }

 p { color: rgb(186,173,2); }

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

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

 a { background-color: rgb(186,173,2); }

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

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

 span { border-color: rgb(186,173,2); }

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