#BAB918

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

Shades of La Rioja #BAB918

Tints of La Rioja #BAB918

Color information

#BAB918 (or 0xBAB918) is unknown color: approx La Rioja. HEX triplet: BA, B9 and 18. RGB value is (186,185,24). Sum of RGB (Red+Green+Blue) = 186+185+24=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 185 (72.66% from 255 or 46.84% from 395); Blue value is 24 (9.77% from 255 or 6.08% from 395); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB918 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAB918 is #4546E7. Grayscale: #A7A7A7. Windows color (decimal): -4540136 or 1620410. OLE color: 1620410.

HSL color Cylindrical-coordinate representation of color #BAB918: hue angle of 59.63º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BAB918 is Cyan = 0, Magento = 0.01, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB18618524-
CMYK00.010.870.27
HSL59.63º77.14%41.18%-
HSV(B)59.63º87.1%72.94%-
XYZ37.7645.27.6-
YUV166.9447.33141.59-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.09%
GREEN value IS 185 (72.66% from 255) = 46.84%
BLUE value IS 24 (9.77% from 255) = 6.08%
R=47.09%
G=46.84%
B=6.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.87
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861852400.010.870.2759.6377.1441.18
HexBAB91801571B3c4d29
Octal2722713001127337411551
Binary101110101011100111000011010111110111111001001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB918; }

 p { color: rgb(186,185,24); }

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

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

 a { background-color: rgb(186,185,24); }

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

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

 span { border-color: rgb(186,185,24); }

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