#BABA18

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

Shades of La Rioja #BABA18

Tints of La Rioja #BABA18

Color information

#BABA18 (or 0xBABA18) is unknown color: approx La Rioja. HEX triplet: BA, BA and 18. RGB value is (186,186,24). Sum of RGB (Red+Green+Blue) = 186+186+24=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 186 (73.05% from 255 or 46.97% from 396); Blue value is 24 (9.77% from 255 or 6.06% from 396); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABA18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BABA18 is #4545E7. Grayscale: #A8A8A8. Windows color (decimal): -4539880 or 1620666. OLE color: 1620666.

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

Color convert

RGB18618624-
CMYK000.870.27
HSL60º77.14%41.18%-
HSV(B)60º87.1%72.94%-
XYZ37.9745.627.67-
YUV167.5347141.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.97%
GREEN value IS 186 (73.05% from 255) = 46.97%
BLUE value IS 24 (9.77% from 255) = 6.06%
R=46.97%
G=46.97%
B=6.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618624000.870.276077.1441.18
HexBABA1800571B3c4d29
Octal2722723000127337411551
Binary101110101011101011000001010111110111111001001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABA18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABA18; }

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

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

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

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

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

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

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

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