#BAB702

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

Shades of La Rioja #BAB702

Tints of La Rioja #BAB702

Color information

#BAB702 (or 0xBAB702) is unknown color: approx La Rioja. HEX triplet: BA, B7 and 02. RGB value is (186,183,2). Sum of RGB (Red+Green+Blue) = 186+183+2=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 183 (71.88% from 255 or 49.33% from 371); Blue value is 2 (1.17% from 255 or 0.54% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB702 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB702 is #4548FD. Grayscale: #A3A3A3. Windows color (decimal): -4540670 or 178106. OLE color: 178106.

HSL color Cylindrical-coordinate representation of color #BAB702: hue angle of 59.02º 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 #BAB702 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB1861832-
CMYK00.020.990.27
HSL59.02º97.87%36.86%-
HSV(B)59.02º98.92%72.94%-
XYZ37.1944.316.65-
YUV163.2636.99144.22-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.13%
GREEN value IS 183 (71.88% from 255) = 49.33%
BLUE value IS 2 (1.17% from 255) = 0.54%
R=50.13%
G=49.33%
B=0.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.99
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186183200.020.990.2759.0297.8736.86
HexBAB7202631B3b6225
Octal272267202143337314245
Binary1011101010110111100101100011110111110111100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB702; }

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

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

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

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

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

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

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

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