#BABA00

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

Shades of La Rioja #BABA00

Tints of La Rioja #BABA00

Color information

#BABA00 (or 0xBABA00) is unknown color: approx La Rioja. HEX triplet: BA, BA and 00. RGB value is (186,186,0). Sum of RGB (Red+Green+Blue) = 186+186+0=372 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50% from 372); Green value is 186 (73.05% from 255 or 50% from 372); Blue value is 0 (0.39% from 255 or 0% from 372); Max value from RGB is 186 - color contains mainly: red, green. Hex color #BABA00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BABA00 is #4545FF. Grayscale: #A5A5A5. Windows color (decimal): -4539904 or 47802. OLE color: 47802.

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

Color convert

RGB1861860-
CMYK0010.27
HSL60º100%36.47%-
HSV(B)60º100%72.94%-
XYZ37.8145.566.8-
YUV164.835143.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50%
GREEN value IS 186 (73.05% from 255) = 50%
BLUE value IS 0 (0.39% from 255) = 0%
R=50%
G=50%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618600010.276010036.47
HexBABA000641B3c6424
Octal272272000144337414444
Binary10111010101110100001100100110111111001100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABA00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABA00; }

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

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

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

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

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

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

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

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